X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f2e9fb57545c46356378f34a8569f1a102f5546d..36d6876bb57b051b1434737450f7177c9b7055f2:/buildtools/Cmake/Supernovae.cmake diff --git a/buildtools/Cmake/Supernovae.cmake b/buildtools/Cmake/Supernovae.cmake index ab9e64544c..83af01514d 100644 --- a/buildtools/Cmake/Supernovae.cmake +++ b/buildtools/Cmake/Supernovae.cmake @@ -4,14 +4,17 @@ ### Add here every files that should not be supernovaed (generated files) ### ############################################################################# set(simgrid_fragile_sources - src/gras/DataDesc/ddt_parse.yy.c + src/xbt/datadesc/ddt_parse.yy.c src/surf/surfxml_parse.c src/xbt/graphxml_parse.c src/simdag/sd_daxloader.c + src/xbt/mmalloc/mm.c + ${GTNETS_USED} ) set(gras_fragile_sources - src/gras/DataDesc/ddt_parse.yy.c + src/xbt/datadesc/ddt_parse.yy.c src/xbt/graphxml_parse.c + src/xbt/mmalloc/mm.c ) #####################################################