Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename an example to stick to the function name
[simgrid.git] / examples / python / CMakeLists.txt
index b230d30..7ba5189 100644 (file)
@@ -1,4 +1,4 @@
-foreach(example actor-create actor-join actor-migration actor-yield 
+foreach(example actor-create actor-join actor-migrate actor-yield 
                 exec-basic)
   set(tesh_files    ${tesh_files}   ${CMAKE_CURRENT_SOURCE_DIR}/${example}/${example}.tesh)
   set(examples_src  ${examples_src} ${CMAKE_CURRENT_SOURCE_DIR}/${example}/${example}.py)