From 3a6969dd30c02689fb5149ef17ade38a6d6d6e24 Mon Sep 17 00:00:00 2001 From: legrand Date: Thu, 28 Jun 2007 13:38:05 +0000 Subject: [PATCH] added moeo-conf.cmake pre-config file git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@451 331e1502-861f-0410-8da2-ba01fb791d7f --- trunk/paradiseo-moeo/moeo-conf.cmake | 42 ++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 trunk/paradiseo-moeo/moeo-conf.cmake diff --git a/trunk/paradiseo-moeo/moeo-conf.cmake b/trunk/paradiseo-moeo/moeo-conf.cmake new file mode 100644 index 000000000..40e6f9112 --- /dev/null +++ b/trunk/paradiseo-moeo/moeo-conf.cmake @@ -0,0 +1,42 @@ + +###################################################################################### +###################################################################################### +### In this file, you can specify many CMake variables used to build paradisEO-MOEO. +### 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-MOEO") + +###################################################################################### + + +###################################################################################### +### 3) OPTIONNAL - Overwrite default paths +###################################################################################### + +# SET(MOEO_DIR "" CACHE PATH "ParadisEO-MOEO main directory") +# SET(EO_DIR "" CACHE PATH "ParadisEO-EO main directory") + +# SET(EO_SRC_DIR "") +# SET(MOEO_SRC_DIR "") +# SET(MOEO_DOC_DIR "") + +###################################################################################### + + +##################################################################################### +### 5) OPTIONNAL - Overwrite subdirs +###################################################################################### + +# SUBDIRS(doc src tutorial) + +###################################################################################### +