diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-06-05 17:52:18 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-06-05 17:52:18 +0200 |
| commit | 94488c636867be69a0ef69d8f95f3e7bf524fe96 (patch) | |
| tree | ad61bb18a1690177f6a6286d2eee9842c6f2a4c7 /gui/CMakeLists.txt | |
| parent | a4ec0fd60e42b99debeee50a4fe95c79d759f707 (diff) | |
| download | turns-94488c636867be69a0ef69d8f95f3e7bf524fe96.tar.xz turns-94488c636867be69a0ef69d8f95f3e7bf524fe96.zip | |
gui: reintroduce resource tests
Diffstat (limited to 'gui/CMakeLists.txt')
| -rw-r--r-- | gui/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/CMakeLists.txt b/gui/CMakeLists.txt index c306597..ead9d19 100644 --- a/gui/CMakeLists.txt +++ b/gui/CMakeLists.txt @@ -151,6 +151,7 @@ install(TARGETS "gui") add_executable("gui-tests" "tests/gtk-test.cpp" "tests/messages.cpp" + "tests/resources.cpp" ) target_link_libraries("gui-tests" PRIVATE |
