paradiseo/trunk/paradiseo-peo/tutorial/CMakeLists.txt
legrand 71169cf7f0 added new tutorial dir
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@467 331e1502-861f-0410-8da2-ba01fb791d7f
2007-06-29 11:58:51 +00:00

16 lines
No EOL
736 B
CMake

#
#####################################################################################
### 1) 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)
######################################################################################