Add PEO for the tag, and update main CMakeLists and findParadisEO
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2726 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
aca78b998a
commit
009d0cda1f
188 changed files with 18942 additions and 9 deletions
20
trunk/peo/tutorial/CMakeLists.txt
Normal file
20
trunk/peo/tutorial/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
######################################################################################
|
||||
### 0) Where must cmake go now ?
|
||||
######################################################################################
|
||||
|
||||
#add_subdirectory(Lesson1)
|
||||
add_subdirectory(Lesson2)
|
||||
#add_subdirectory(Lesson3)
|
||||
#add_subdirectory(Lesson4)
|
||||
add_subdirectory(Lesson5)
|
||||
#add_subdirectory(Lesson6)
|
||||
|
||||
######################################################################################
|
||||
### 1) Install and copy benchs
|
||||
######################################################################################
|
||||
execute_process(
|
||||
COMMAND ${CMAKE_COMMAND} -E copy_directory
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/benchs
|
||||
${CMAKE_CURRENT_BINARY_DIR}/benchs)
|
||||
|
||||
install(DIRECTORY benchs DESTINATION local/include${INSTALL_SUB_DIR}/peo/tutorial COMPONENT tutorial)
|
||||
Loading…
Add table
Add a link
Reference in a new issue