From: navarrop Date: Thu, 13 Jan 2011 15:15:09 +0000 (+0000) Subject: Set gtnets sources as fragile sources for simgrid cause they are *.cc X-Git-Tag: v3.6_beta2~520 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/ebe7eb518714908921c43ae9904d98e443e1f5f1 Set gtnets sources as fragile sources for simgrid cause they are *.cc git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9408 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/buildtools/Cmake/Supernovae.cmake b/buildtools/Cmake/Supernovae.cmake index ab9e64544c..4e7c2f9a0c 100644 --- a/buildtools/Cmake/Supernovae.cmake +++ b/buildtools/Cmake/Supernovae.cmake @@ -8,6 +8,7 @@ set(simgrid_fragile_sources src/surf/surfxml_parse.c src/xbt/graphxml_parse.c src/simdag/sd_daxloader.c + ${GTNETS_USED} ) set(gras_fragile_sources src/gras/DataDesc/ddt_parse.yy.c