added simple author list

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@646 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
legrand 2007-10-08 07:23:33 +00:00
commit 6af242c5b8
6 changed files with 1138 additions and 0 deletions

View file

@ -0,0 +1 @@
secretword=Nothing

View file

@ -0,0 +1,9 @@
Jean-Charles Boisson
Sébastien Cahon
Laetitia Jourdan
Thomas Legrand
Arnaud Liefooghe
Nouredine Melab
El-Ghazali Talbi
Alexandru-Adrian Tantar

View file

@ -0,0 +1,15 @@
##########################################################################################################################################
### ParadisEO Install Configuration
### The path to the modules EO and MO must be specified above.
##########################################################################################################################################
SET(EO_SRC_DIR "${CMAKE_SOURCE_DIR}/../paradiseo-eo" CACHE PATH "ParadisEO-EO source directory" FORCE)
SET(EO_BIN_DIR "${CMAKE_BINARY_DIR}/../../paradiseo-eo/build" CACHE PATH "ParadisEO-EO binary directory" FORCE)
SET(MO_SRC_DIR "${CMAKE_SOURCE_DIR}/../paradiseo-mo" CACHE PATH "ParadisMO-MO source directory" FORCE)
SET(MO_BIN_DIR "${CMAKE_BINARY_DIR}/../../paradiseo-mo/build" CACHE PATH "ParadisMO-MO binary directory" FORCE)
###########################################################################################################################################

File diff suppressed because it is too large Load diff

Binary file not shown.

Binary file not shown.