Cmake configuration modified

This commit is contained in:
paradiseo 2009-01-14 14:50:46 +00:00
commit 080f98bffa
19 changed files with 16 additions and 201 deletions

View file

@ -1,4 +1,3 @@
######################################################################################
### 1) Include the sources
######################################################################################
@ -6,9 +5,6 @@
INCLUDE_DIRECTORIES(${EO_SOURCE_DIR}/src)
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})
######################################################################################
######################################################################################
### 2) Define the es and cma targets
######################################################################################
@ -41,10 +37,6 @@ SET (CMA_SOURCES eig.cpp
ADD_LIBRARY(es STATIC ${ES_SOURCES})
ADD_LIBRARY(cma STATIC ${CMA_SOURCES})
######################################################################################
######################################################################################
### 3) Optionnal
######################################################################################
@ -54,5 +46,6 @@ SET_TARGET_PROPERTIES(es PROPERTIES VERSION "${ES_VERSION}")
SET(CMA_VERSION ${GLOBAL_VERSION})
SET_TARGET_PROPERTIES(cma PROPERTIES VERSION "${CMA_VERSION}")
######################################################################################