mirror of
https://github.com/belsabbagh/dotfiles.git
synced 2026-04-11 09:36:46 +00:00
quickshell and hyprland additions
This commit is contained in:
9
.config/quickshell/caelestia/extras/CMakeLists.txt
Normal file
9
.config/quickshell/caelestia/extras/CMakeLists.txt
Normal file
@@ -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})
|
||||
Reference in New Issue
Block a user