summaryrefslogtreecommitdiff
path: root/extras/CMakeLists.txt
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-04 22:47:40 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-04 22:47:40 +1000
commite6483d793245ee6a0faba895ee8c13c9aed75409 (patch)
tree88ccd0311aa7c74b725b0b332219fdf6f6fc034a /extras/CMakeLists.txt
parentinternal: remove beat-detector.cpp (diff)
downloadcaelestia-shell-e6483d793245ee6a0faba895ee8c13c9aed75409.tar.gz
caelestia-shell-e6483d793245ee6a0faba895ee8c13c9aed75409.tar.bz2
caelestia-shell-e6483d793245ee6a0faba895ee8c13c9aed75409.zip
internal: rename assets -> extras
Diffstat (limited to 'extras/CMakeLists.txt')
-rw-r--r--extras/CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/extras/CMakeLists.txt b/extras/CMakeLists.txt
new file mode 100644
index 0000000..52fe17c
--- /dev/null
+++ b/extras/CMakeLists.txt
@@ -0,0 +1,9 @@
+# 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})