serenity/Tests/LibWeb/CMakeLists.txt
2021-05-08 00:04:10 +01:00

3 lines
138 B
CMake

add_executable(test-web test-web.cpp)
target_link_libraries(test-web LibCore LibWeb)
install(TARGETS ${CMD_NAME} RUNTIME DESTINATION bin)