diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-05-29 12:35:16 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-05-29 12:35:16 +0200 |
| commit | b2a0aaef09b83c7e198048f60bde31430fd3c5b3 (patch) | |
| tree | 98bedb1a8e02d0af248bcbe1cbea0c17ce3b945f /gui/CMakeLists.txt | |
| parent | 4e555fdbda6b9f5ea6c3dc29e16b992a0fe6e556 (diff) | |
| download | turns-b2a0aaef09b83c7e198048f60bde31430fd3c5b3.tar.xz turns-b2a0aaef09b83c7e198048f60bde31430fd3c5b3.zip | |
gui: reintroduce message tests
Diffstat (limited to 'gui/CMakeLists.txt')
| -rw-r--r-- | gui/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gui/CMakeLists.txt b/gui/CMakeLists.txt index 928ff1a..799022d 100644 --- a/gui/CMakeLists.txt +++ b/gui/CMakeLists.txt @@ -144,6 +144,7 @@ install(TARGETS "gui") add_executable("gui-tests" "tests/gtk-test.cpp" + "tests/messages.cpp" ) target_link_libraries("gui-tests" PRIVATE @@ -152,5 +153,5 @@ target_link_libraries("gui-tests" PRIVATE ) target_compile_definitions("resources" PUBLIC - "TESTLOCALEDIR=\"${CMAKE_CURRENT_BINARY_DIR}/locale>\"" + "TESTLOCALEDIR=\"${CMAKE_CURRENT_BINARY_DIR}/locale\"" )
\ No newline at end of file |
