X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cce8328c524aac009315d1c89c375625472eb6f6..d75cc686d3c2c508e129281f09a64b7630036130:/doc/HelloWorld/CMakeLists.txt diff --git a/doc/HelloWorld/CMakeLists.txt b/doc/HelloWorld/CMakeLists.txt index 6fd3310944..52afb5bbd9 100644 --- a/doc/HelloWorld/CMakeLists.txt +++ b/doc/HelloWorld/CMakeLists.txt @@ -37,11 +37,6 @@ RELATIVE ${CMAKE_HOME_DIRECTORY}/ ) string(REPLACE ".c" "" TARGET_NAME ${SOURCE_FILE}) -######################### -# add_executable # -# args1 target name # -# args2 sources # -######################### foreach(target "${TARGET_NAME}") add_executable(${target} "${target}.c") message(STATUS "source_file: ${target}.c")