Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reorder the compilations to fit my current needs
[simgrid.git] / tools / cmake / DefinePackages.cmake
index be8804d..f54d5c1 100644 (file)
@@ -795,9 +795,6 @@ endif()
 
 ### Simgrid Lib sources
 set(simgrid_sources
 
 ### Simgrid Lib sources
 set(simgrid_sources
-  ${PLUGINS_SRC}
-  ${BINDINGS_SRC}
-  ${MC_SRC_BASE}
   ${MSG_SRC}
   ${S4U_SRC}
   ${SIMDAG_SRC}
   ${MSG_SRC}
   ${S4U_SRC}
   ${SIMDAG_SRC}
@@ -806,6 +803,9 @@ set(simgrid_sources
   ${SURF_SRC}
   ${TRACING_SRC}
   ${XBT_SRC}
   ${SURF_SRC}
   ${TRACING_SRC}
   ${XBT_SRC}
+  ${PLUGINS_SRC}
+  ${BINDINGS_SRC}
+  ${MC_SRC_BASE}
   )
 
 if(${SIMGRID_HAVE_JEDULE})
   )
 
 if(${SIMGRID_HAVE_JEDULE})