mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
10a594e6fe
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)
|