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 eomoo target
######################################################################################
@ -22,9 +18,6 @@ SET (EOMOO_SOURCES eoFrontSorter.cpp
ADD_LIBRARY(eomoo STATIC ${EOMOO_SOURCES})
######################################################################################
######################################################################################
### 3) Optionnal