mirror of
https://github.com/RGBCube/serenity
synced 2025-05-25 19:25:07 +00:00

When these were moved, there was a copy paste bug in the install directives of both of these binaries.
3 lines
138 B
CMake
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)
|