Sign in
webkit
/
WebKit
/
dbf057eae10d2ab7cdff52da2b138c6c54b10b43
/
.
/
Tools
/
PlatformWin.cmake
blob: 44301d5fef9c977dc0228b9de1ae75263efd9014 [
file
] [
log
] [
blame
]
add_subdirectory
(
ImageDiff
)
if
(
ENABLE_WEBKIT OR ENABLE_WEBKIT_LEGACY
)
add_subdirectory
(
MiniBrowser
/
win
)
endif
()
if
(
ENABLE_WEBKIT_LEGACY
)
add_subdirectory
(
DumpRenderTree
)
endif
()
if
(
ENABLE_WEBKIT
)
add_subdirectory
(
WebKitTestRunner
)
endif
()