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