summaryrefslogtreecommitdiff
path: root/Tests/LibWeb/CMakeLists.txt
blob: 7206b199f7dc6e06c98bc4ddc5614a905443c59b (plain)
1
2
3
add_executable(test-web test-web.cpp)
target_link_libraries(test-web LibCore LibWeb)
install(TARGETS ${CMD_NAME} RUNTIME DESTINATION bin)