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