From e6483d793245ee6a0faba895ee8c13c9aed75409 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 4 Sep 2025 22:47:40 +1000 Subject: internal: rename assets -> extras --- extras/CMakeLists.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 extras/CMakeLists.txt (limited to 'extras/CMakeLists.txt') 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}) -- cgit v1.2.3-freya