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

@ -46,7 +46,7 @@ ADD_DEPENDENCIES(mastermind eo eoutils)
### 4) Optionnal: define your target(s)'s version: no effect for windows
######################################################################################
SET(MASTERMIND_VERSION "1.0")
SET(MASTERMIND_VERSION ${GLOBAL_VERSION})
SET_TARGET_PROPERTIES(mastermind PROPERTIES VERSION "${MASTERMIND_VERSION}")
######################################################################################