diff options
author | Brian Gianforcaro <bgianf@serenityos.org> | 2021-05-07 03:17:48 -0700 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-05-08 00:04:10 +0100 |
commit | b390554ad8d140a4d41c6f2cf6b1809f29a3ef51 (patch) | |
tree | 2c8a132823daa8a36b4ad30850ab796f0cf830fd /Tests/LibWeb/CMakeLists.txt | |
parent | 284730c0027d0afd11b259191c37206eb0a83728 (diff) | |
download | serenity-b390554ad8d140a4d41c6f2cf6b1809f29a3ef51.zip |
Tests: Move Userland/Utilities/test-web to Tests/LibWeb
Diffstat (limited to 'Tests/LibWeb/CMakeLists.txt')
-rw-r--r-- | Tests/LibWeb/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/LibWeb/CMakeLists.txt b/Tests/LibWeb/CMakeLists.txt new file mode 100644 index 0000000000..7206b199f7 --- /dev/null +++ b/Tests/LibWeb/CMakeLists.txt @@ -0,0 +1,3 @@ +add_executable(test-web test-web.cpp) +target_link_libraries(test-web LibCore LibWeb) +install(TARGETS ${CMD_NAME} RUNTIME DESTINATION bin) |