Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix make dist
[simgrid.git] / examples / msg / CMakeLists.txt
index cfbcfa6..f249cdc 100644 (file)
@@ -18,7 +18,7 @@ foreach(x maestro-set)
   add_executable       (${x}     ${x}/${x}.cpp)
   target_link_libraries(${x}     simgrid)
   set_target_properties(${x}  PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/${x})
-  set(examples_src ${examples_src} ${CMAKE_CURRENT_SOURCE_DIR}/${x}/${x}.c)
+  set(examples_src ${examples_src} ${CMAKE_CURRENT_SOURCE_DIR}/${x}/${x}.cpp)
   set(tesh_files   ${tesh_files}   ${CMAKE_CURRENT_SOURCE_DIR}/${x}/${x}.tesh)
 endforeach()