summaryrefslogtreecommitdiffstats
path: root/libversion/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libversion/CMakeLists.txt')
-rw-r--r--libversion/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/libversion/CMakeLists.txt b/libversion/CMakeLists.txt
index 6952cea..009c236 100644
--- a/libversion/CMakeLists.txt
+++ b/libversion/CMakeLists.txt
@@ -19,6 +19,7 @@ include_directories(
add_library(doxygen_version STATIC
${POST_CONFIGURE_DOXYGEN_VERSION_FILE}
${POST_CONFIGURE_GIT_VERSION_FILE}
+ fullversion.cpp
)
add_dependencies( doxygen_version check_git_repository )