added mo-conf.cmake pre-config file
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@452 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
3a6969dd30
commit
51c8329369
4 changed files with 48 additions and 30 deletions
42
trunk/paradiseo-mo/mo-conf.cmake
Executable file
42
trunk/paradiseo-mo/mo-conf.cmake
Executable file
|
|
@ -0,0 +1,42 @@
|
|||
|
||||
######################################################################################
|
||||
######################################################################################
|
||||
### In this file, you can specify many CMake variables used to build paradisEO-MO.
|
||||
### For example, if you don't want ot give the EO path each time on the command line,
|
||||
### uncomment the line the "SET(PROJECT_NAME...)" and set your favorite name.
|
||||
### The section numbers are the same as those used in the CMakeLists.txt file.
|
||||
######################################################################################
|
||||
######################################################################################
|
||||
|
||||
|
||||
######################################################################################
|
||||
### 0) OPTIONNAL - Overwrite project default config
|
||||
######################################################################################
|
||||
|
||||
# SET(PROJECT_NAME "ParadisEO-MO")
|
||||
|
||||
######################################################################################
|
||||
|
||||
|
||||
######################################################################################
|
||||
### 3) OPTIONNAL - Overwrite default paths
|
||||
######################################################################################
|
||||
|
||||
# SET(MOEO_DIR "<your path>" CACHE PATH "ParadisEO-MO main directory")
|
||||
# SET(EO_DIR "<path to ParadisEO-EO>" CACHE PATH "ParadisEO-EO main directory")
|
||||
|
||||
# SET(EO_SRC_DIR "<path to ParadisEO-EO src dir>")
|
||||
# SET(MOEO_SRC_DIR "<path to ParadisEO-MO src dir>")
|
||||
# SET(MOEO_DOC_DIR "<path to ParadisEO-MO doc dir>")
|
||||
|
||||
######################################################################################
|
||||
|
||||
|
||||
#####################################################################################
|
||||
### 5) OPTIONNAL - Overwrite subdirs
|
||||
######################################################################################
|
||||
|
||||
# SUBDIRS(doc tutorial)
|
||||
|
||||
######################################################################################
|
||||
|
||||
|
|
@ -1,13 +1,4 @@
|
|||
|
||||
######################################################################################
|
||||
### 0) Need tsp directory
|
||||
######################################################################################
|
||||
|
||||
SET(TSP_EXAMPLE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/tsp)
|
||||
|
||||
######################################################################################
|
||||
|
||||
|
||||
|
||||
######################################################################################
|
||||
### 1) Include the sources
|
||||
|
|
@ -15,7 +6,8 @@ SET(TSP_EXAMPLE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/tsp)
|
|||
|
||||
INCLUDE_DIRECTORIES(${EO_SRC_DIR})
|
||||
INCLUDE_DIRECTORIES(${EO_SRC_DIR}/utils)
|
||||
INCLUDE_DIRECTORIES(${TSP_EXAMPLE_DIR})
|
||||
INCLUDE_DIRECTORIES(${MO_SRC_DIR})
|
||||
INCLUDE_DIRECTORIES(${TSP_EXAMPLE_DIR}/src)
|
||||
######################################################################################
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,13 +1,4 @@
|
|||
|
||||
######################################################################################
|
||||
### 0) Need tsp directory
|
||||
######################################################################################
|
||||
|
||||
SET(TSP_EXAMPLE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/tsp)
|
||||
|
||||
######################################################################################
|
||||
|
||||
|
||||
|
||||
######################################################################################
|
||||
### 1) Include the sources
|
||||
|
|
@ -15,7 +6,8 @@ SET(TSP_EXAMPLE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/tsp)
|
|||
|
||||
INCLUDE_DIRECTORIES(${EO_SRC_DIR})
|
||||
INCLUDE_DIRECTORIES(${EO_SRC_DIR}/utils)
|
||||
INCLUDE_DIRECTORIES(${TSP_EXAMPLE_DIR})
|
||||
INCLUDE_DIRECTORIES(${MO_SRC_DIR})
|
||||
INCLUDE_DIRECTORIES(${TSP_EXAMPLE_DIR}/src)
|
||||
######################################################################################
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,13 +1,4 @@
|
|||
|
||||
######################################################################################
|
||||
### 0) Need tsp directory
|
||||
######################################################################################
|
||||
|
||||
SET(TSP_EXAMPLE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/tsp)
|
||||
|
||||
######################################################################################
|
||||
|
||||
|
||||
|
||||
######################################################################################
|
||||
### 1) Include the sources
|
||||
|
|
@ -15,7 +6,8 @@ SET(TSP_EXAMPLE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/tsp)
|
|||
|
||||
INCLUDE_DIRECTORIES(${EO_SRC_DIR})
|
||||
INCLUDE_DIRECTORIES(${EO_SRC_DIR}/utils)
|
||||
INCLUDE_DIRECTORIES(${TSP_EXAMPLE_DIR})
|
||||
INCLUDE_DIRECTORIES(${MO_SRC_DIR})
|
||||
INCLUDE_DIRECTORIES(${TSP_EXAMPLE_DIR}/src)
|
||||
######################################################################################
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue