Lecon sur les pop ajoutés
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1830 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
43b1392748
commit
25e8fc0e1e
2 changed files with 304 additions and 0 deletions
10
trunk/paradiseo-mo/tutorial/Lesson8/CMakeLists.txt
Normal file
10
trunk/paradiseo-mo/tutorial/Lesson8/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
INCLUDE_DIRECTORIES(${EO_SRC_DIR}/src
|
||||
${MO_SRC_DIR}/src
|
||||
${PROBLEMS_SRC_DIR}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/../src)
|
||||
|
||||
LINK_DIRECTORIES(${EO_BIN_DIR}/lib)
|
||||
|
||||
ADD_EXECUTABLE(testPopLS testPopLS.cpp)
|
||||
|
||||
TARGET_LINK_LIBRARIES(testPopLS eoutils ga eo)
|
||||
Loading…
Add table
Add a link
Reference in a new issue