* Fixes in the build system to be able to build DTLZ from within the GIT repository. It seems the paths have changed since this library was developed.
This commit is contained in:
parent
217f11e33e
commit
749119070c
5 changed files with 20 additions and 19 deletions
|
|
@ -14,6 +14,7 @@ INCLUDE_DIRECTORIES(${PARADISEO_EO_SRC_DIR}/src
|
|||
### 2) Specify where CMake can find the libraries
|
||||
######################################################################################
|
||||
|
||||
LINK_DIRECTORIES(${PARADISEO_DIR}/build/lib)
|
||||
LINK_DIRECTORIES(${PARADISEO_EO_BIN_DIR}/lib)
|
||||
LINK_DIRECTORIES(${PARADISEO_MOEO_BIN_DIR}/lib)
|
||||
LINK_DIRECTORIES(${DTLZ_BINARY_DIR}/lib)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue