solve fixme
use a meaningful version for the kwin oxygen client
This commit is contained in:
parent
dde2519cd3
commit
845d5872c4
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
########### add version number into compilation defines
|
||||
# FIXME: CPACK_PACKAGE_VERSION_* are empty
|
||||
add_definitions (-DAPP_VERSION=\\\"${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}\\\")
|
||||
add_definitions (-DAPP_VERSION=\\\"${KWIN_VERSION}\\\")
|
||||
add_definitions(-DHAVE_X11=${X11_FOUND})
|
||||
add_subdirectory(config)
|
||||
add_subdirectory(demo)
|
||||
|
|
Loading…
Reference in a new issue