diff --git a/trunk/paradiseo-mo/tutorial/examples/CMakeLists.txt b/trunk/paradiseo-mo/tutorial/examples/CMakeLists.txt index 0ef6680a4..4e30cc193 100644 --- a/trunk/paradiseo-mo/tutorial/examples/CMakeLists.txt +++ b/trunk/paradiseo-mo/tutorial/examples/CMakeLists.txt @@ -4,7 +4,9 @@ ### 1) Where must cmake go now ? ###################################################################################### -SUBDIRS(tsp function) +#SUBDIRS(tsp function) +ADD_SUBDIRECTORY(tsp) +ADD_SUBDIRECTORY(function) ######################################################################################