Sign in
webkit
/
WebKit
/
9f9c15eb6fdc193d77c7e606d643d4b8ec49399b
/
.
/
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
()