haikuwebkit/Tools/CMakeLists.txt

9 lines
222 B
CMake

set_property(DIRECTORY . PROPERTY FOLDER "Tools")
# Individual subdirectories are added in the port's cmake file
WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS()
if (ENABLE_API_TESTS)
add_subdirectory(TestWebKitAPI)
endif ()