Completed CMake config

This commit is contained in:
tlegrand 2007-09-18 15:12:22 +00:00
commit 112b34bceb
16 changed files with 104 additions and 72 deletions

View file

@ -71,13 +71,13 @@ ADD_EXECUTABLE(ESEA ESEA.cpp)
### 4) Optionnal
######################################################################################
SET(BITEA_VERSION "1.0.1")
SET(BITEA_VERSION ${GLOBAL_VERSION})
SET_TARGET_PROPERTIES(BitEA PROPERTIES VERSION "${BITEA_VERSION}")
SET(REALEA_VERSION "1.0.1")
SET(REALEA_VERSION ${GLOBAL_VERSION})
SET_TARGET_PROPERTIES(RealEA PROPERTIES VERSION "${REALEA_VERSION}")
SET(ESEA_VERSION "1.0.1")
SET(ESEA_VERSION ${GLOBAL_VERSION})
SET_TARGET_PROPERTIES(ESEA PROPERTIES VERSION "${ESEA_VERSION}")
######################################################################################