X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1c10b771a24147abe895cf16b9924ae8be3de071..0b95ddf4f391af1c99251b35cd95778c758aff35:/src/CMakeLists.txt diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index be55ea8625..350f38e1ef 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -4,8 +4,9 @@ set_source_files_properties(${PROJECT_DIRECTORY}/src/simgrid_units_main.c PROPERTIES GENERATED true) foreach(file ${TEST_UNITS}) - set_source_files_properties(${PROJECT_DIRECTORY}/src/${file} + set_source_files_properties(${file} PROPERTIES GENERATED true) + message("Generated file : ${file}") endforeach(file ${TEST_UNITS})