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