summaryrefslogtreecommitdiff
path: root/assets/cpp/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'assets/cpp/CMakeLists.txt')
-rw-r--r--assets/cpp/CMakeLists.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/assets/cpp/CMakeLists.txt b/assets/cpp/CMakeLists.txt
deleted file mode 100644
index 52fe17c..0000000
--- a/assets/cpp/CMakeLists.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-# Version
-add_executable(version version.cpp)
-target_compile_definitions(version PRIVATE
- PROJECT_NAME="${PROJECT_NAME}"
- VERSION="${VERSION}"
- GIT_REVISION="${GIT_REVISION}"
- DISTRIBUTOR="${DISTRIBUTOR}"
-)
-install(TARGETS version DESTINATION ${INSTALL_LIBDIR})