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