mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 02:12:09 -05:00
3 lines
138 B
CMake
3 lines
138 B
CMake
add_executable(test-web test-web.cpp)
|
|
target_link_libraries(test-web LibCore LibWeb)
|
|
install(TARGETS ${CMD_NAME} RUNTIME DESTINATION bin)
|