deleted old makefiles and executables, added CMake config files
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@445 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
693e1f00ba
commit
329738a589
11 changed files with 311 additions and 43 deletions
18
trunk/paradiseo-mo/tutorial/Lesson1/CMakeLists.txt
Normal file
18
trunk/paradiseo-mo/tutorial/Lesson1/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
|
||||
######################################################################################
|
||||
### 0) Need lesson1 directory
|
||||
######################################################################################
|
||||
|
||||
SET(TUTORIAL_LESSON1_DIR ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
|
||||
######################################################################################
|
||||
|
||||
|
||||
|
||||
######################################################################################
|
||||
### 1) Where must cmake go now ?
|
||||
######################################################################################
|
||||
|
||||
SUBDIRS(src)
|
||||
|
||||
######################################################################################
|
||||
Loading…
Add table
Add a link
Reference in a new issue