* 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:
manu 2014-09-25 22:33:26 +02:00
commit 749119070c
5 changed files with 20 additions and 19 deletions

View file

@ -94,7 +94,7 @@ IF(CMAKE_BUILD_TYPE MATCHES Debug)
ENDIF(CMAKE_BUILD_TYPE MATCHES Debug)
######################################################################################
### 3) Link the librairies for your executable
### 3) Link the libraries for your executable
######################################################################################
ADD_SUBDIRECTORY(doc)