fix build system: make eo/edo examples works

This commit is contained in:
Johann Dreo 2012-10-07 18:38:20 +02:00
commit 0829afceb9
10 changed files with 61 additions and 79 deletions

View file

@ -2,14 +2,14 @@
### 1) Include the sources
######################################################################################
INCLUDE_DIRECTORIES(${EO_SOURCE_DIR}/src)
INCLUDE_DIRECTORIES(${EO_SRC_DIR}/src)
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})
######################################################################################
### 2) Specify where CMake can find the libraries (mandatory: before 3) )
######################################################################################
LINK_DIRECTORIES(${EO_BIN_DIR}/lib)
LINK_DIRECTORIES(${EO_BIN_DIR}/${LIB})
######################################################################################
### 3) Define your target(s): just an executable here