Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add mm.c to fragile sources
[simgrid.git] / buildtools / Cmake / Supernovae.cmake
index 4e7c2f9..7da1bff 100644 (file)
@@ -8,11 +8,13 @@ set(simgrid_fragile_sources
        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/graphxml_parse.c
+    src/xbt/mmalloc/mm.c
 )
 
 #####################################################