Sign in
webkit
/
WebKit
/
6a4edb22099c5ceee737202d9e8199fc148e5117
/
.
/
Tools
/
PlatformFTW.cmake
blob: 246f6864d4ab771029d99be818d6d0d007e40759 [
file
] [
log
] [
blame
]
#add_subdirectory(ImageDiff)
if
(
ENABLE_WEBKIT_LEGACY
)
#add_subdirectory(DumpRenderTree)
add_subdirectory
(
MiniBrowser
/
win
)
endif
()
if
(
ENABLE_WEBKIT
)
add_subdirectory
(
WebKitTestRunner
)
endif
()