paradiseo/trunk/paradiseo-mo/tutorial/Lesson8/CMakeLists.txt
boufaras fff88e3986 add moeo sources to the include directories
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2320 331e1502-861f-0410-8da2-ba01fb791d7f
2011-07-11 12:43:31 +00:00

11 lines
286 B
CMake

INCLUDE_DIRECTORIES(${EO_SRC_DIR}/src
${MO_SRC_DIR}/src
${MOEO_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)