summaryrefslogtreecommitdiff
path: root/Tests/LibWeb/CMakeLists.txt
blob: 0a0aa280c8cb95f965f378b7d7aafb39cfe2e178 (plain)
1
2
3
add_executable(test-web test-web.cpp)
target_link_libraries(test-web LibCore LibWeb)
install(TARGETS test-web RUNTIME DESTINATION bin)