added CMake config files
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@447 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
2ad83d09bf
commit
6051d114de
3 changed files with 169 additions and 0 deletions
16
trunk/paradiseo-mo/tutorial/CMakeLists.txt
Normal file
16
trunk/paradiseo-mo/tutorial/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
|
||||
######################################################################################
|
||||
### 2) Definitions (required for tsp target)
|
||||
######################################################################################
|
||||
|
||||
SET(TSP_EXAMPLE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/examples/tsp CACHE PATH "TSP example directory")
|
||||
|
||||
######################################################################################
|
||||
|
||||
######################################################################################
|
||||
### 2) Where must cmake go now ?
|
||||
######################################################################################
|
||||
|
||||
SUBDIRS(examples Lesson1 Lesson2 Lesson3)
|
||||
|
||||
######################################################################################
|
||||
Loading…
Add table
Add a link
Reference in a new issue