ladybird/Tests/LibJS/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
138 B
CMake

add_executable(test-js test-js.cpp)
target_link_libraries(test-js LibJS LibLine LibCore)
install(TARGETS test-js RUNTIME DESTINATION bin)