Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add missing files to build.
[simgrid.git] / buildtools / Cmake / DefinePackages.cmake
index 83ac2b1..b80bd3a 100644 (file)
@@ -96,7 +96,6 @@ set(XBT_RL_SRC
 
 set(XBT_SG_SRC
   src/xbt/xbt_sg_synchro.c
-  src/xbt/xbt_sg_time.c
   )
 
 set(SMPI_SRC
@@ -127,7 +126,6 @@ endif()
 
 
 set(XBT_SRC
-  src/gras_modinter.h
   src/xbt/RngStream.c
   src/xbt/automaton/automaton.c
   src/xbt/automaton/automatonparse_promela.c
@@ -477,6 +475,7 @@ set(simgrid_sources
   ${SIMIX_SRC}
   ${SURF_SRC}
   ${TRACING_SRC}
+  ${XBT_SG_SRC}
   ${XBT_SRC}
   )