summaryrefslogtreecommitdiff
path: root/gui/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'gui/CMakeLists.txt')
-rw-r--r--gui/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/CMakeLists.txt b/gui/CMakeLists.txt
index ead9d19..77249d7 100644
--- a/gui/CMakeLists.txt
+++ b/gui/CMakeLists.txt
@@ -91,6 +91,7 @@ target_link_libraries("gui_impl" PUBLIC
target_compile_definitions("gui_impl" PUBLIC
"$<$<NOT:$<BOOL:${TURNS_USE_INSTALLED_SCHEMA_FILES}>>:SCHEMADIR=\"${CMAKE_CURRENT_BINARY_DIR}\">"
+ "TURNS_VERSION_FULL=\"${PROJECT_VERSION}\""
)
glib_add_schemas("gui_impl")