1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 05:18:12 +00:00
serenity/Tests/LibWeb/CMakeLists.txt
Brian Gianforcaro 10a594e6fe Tests: Fix install of test-js and test-web
When these were moved, there was a copy paste bug in the install
directives of both of these binaries.
2021-05-09 11:04:38 +02:00

3 lines
135 B
CMake

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