diff options
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 |
