git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1400 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
b868873526
commit
5ba0f15724
10 changed files with 391 additions and 8 deletions
|
|
@ -1,20 +1,14 @@
|
|||
# Here, specify PARADISEO_DIR : the directory where ParadisEO has been installed
|
||||
SET(PARADISEO_DIR "/home/jeremie/workspace/ParadisEO" CACHE PATH "ParadisEO directory" FORCE)
|
||||
SET(PARADISEO_DIR "/home/humeau/workspace/ParadisEO" CACHE PATH "ParadisEO directory" FORCE)
|
||||
|
||||
# Here, specify SOURCES_DIR : the directory where the example sources have been deposed.
|
||||
SET(SOURCES_DIR "/home/jeremie/workspace/Tutos_META08/src" CACHE PATH "TP sources directory, where install.cmake is" FORCE)
|
||||
|
||||
|
||||
|
||||
SET(SOURCES_DIR "/home/humeau/workspace/MOLS/src" CACHE PATH "TP sources directory, where install.cmake is" FORCE)
|
||||
|
||||
|
||||
###########################################################################################################################################
|
||||
# PLEASE DO NOT MODIFY WHAT IS BELOW
|
||||
###########################################################################################################################################
|
||||
|
||||
|
||||
|
||||
|
||||
### ParadisEO Install Configuration
|
||||
###########################################################################################################################################
|
||||
SET(PARADISEO_EO_SRC_DIR "${PARADISEO_DIR}/paradiseo-eo" CACHE PATH "ParadisEO-EO source directory" FORCE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue