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,12 +1,9 @@
######################################################################################
### 1) Include the sources
######################################################################################
INCLUDE_DIRECTORIES(${EO_SOURCE_DIR}/src)
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})
######################################################################################
######################################################################################
### 2) Define the ga target
@ -25,9 +22,6 @@ SET (GA_SOURCES make_algo_scalar_ga.cpp
ADD_LIBRARY(ga STATIC ${GA_SOURCES})
######################################################################################
######################################################################################
### 3) Optionnal