Sign in
webkit
/
WebKit
/
4607ef70b24b852e8d4bdab2b8233fa12bf018e4
/
.
/
Tools
/
PlatformFTW.cmake
blob: 1d055e94e18aa86cadac09e742b2be54a6e19316 [
file
] [
log
] [
blame
]
#add_subdirectory(ImageDiff)
if
(
ENABLE_WEBKIT_LEGACY
)
#add_subdirectory(DumpRenderTree)
add_subdirectory
(
MiniBrowser
/
win
)
endif
()
if
(
ENABLE_WEBKIT
)
add_subdirectory
(
TestRunnerShared
)
add_subdirectory
(
WebKitTestRunner
)
endif
()