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