cmake: bring back release codename
This commit is contained in:
parent
9206a60e88
commit
35dce79296
|
@ -1,10 +1,13 @@
|
|||
SET(PROJECT_AWE_NAME awesome)
|
||||
SET(PROJECT_AWECLIENT_NAME awesome-client)
|
||||
|
||||
SET(VERSION 3)
|
||||
SET(VERSION_MAJOR ${VERSION})
|
||||
SET(VERSION_MINOR 0)
|
||||
SET(VERSION_PATCH 0)
|
||||
|
||||
SET(CODENAME "Productivity Breaker")
|
||||
|
||||
PROJECT(${PROJECT_AWE_NAME})
|
||||
|
||||
SET(CMAKE_BUILD_TYPE RELEASE)
|
||||
|
@ -165,7 +168,7 @@ SET(AWESOME_VERSION ${VERSION} )
|
|||
SET(AWESOME_COMPILE_MACHINE ${CMAKE_SYSTEM_PROCESSOR} )
|
||||
SET(AWESOME_COMPILE_HOSTNAME $ENV{HOSTNAME} )
|
||||
SET(AWESOME_COMPILE_BY $ENV{USER} )
|
||||
SET(AWESOME_RELEASE ${VERSION} )
|
||||
SET(AWESOME_RELEASE ${CODENAME} )
|
||||
SET(AWESOME_ETC etc )
|
||||
SET(AWESOME_SHARE share )
|
||||
SET(AWESOME_LUA_LIB_PATH ${CMAKE_INSTALL_PREFIX}/${AWESOME_SHARE}/${PROJECT_AWE_NAME}/lib )
|
||||
|
|
Loading…
Reference in New Issue