Cmake configuration modified
This commit is contained in:
parent
f2d19ce187
commit
080f98bffa
19 changed files with 16 additions and 201 deletions
|
|
@ -14,19 +14,12 @@ INCLUDE_DIRECTORIES(${EO_SOURCE_DIR}/contrib)
|
|||
INCLUDE_DIRECTORIES(${EO_SOURCE_DIR}/contrib/MGE)
|
||||
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})
|
||||
|
||||
######################################################################################
|
||||
|
||||
|
||||
######################################################################################
|
||||
### 2) Specify where CMake can find the libraries
|
||||
######################################################################################
|
||||
|
||||
LINK_DIRECTORIES(${EO_BINARY_DIR}/lib)
|
||||
|
||||
######################################################################################
|
||||
|
||||
|
||||
|
||||
######################################################################################
|
||||
### 3) Define your targets and link the librairies
|
||||
######################################################################################
|
||||
|
|
|
|||
Reference in a new issue