mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 05:18:12 +00:00

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