X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f26cd6685142f04fd0024837cd5251ceb34dbc41..087d11a0d22c93b0d9289684ceca2a8ed1db7e89:/buildtools/Cmake/DefinePackages.cmake diff --git a/buildtools/Cmake/DefinePackages.cmake b/buildtools/Cmake/DefinePackages.cmake index dcb025e62e..4d5527e653 100644 --- a/buildtools/Cmake/DefinePackages.cmake +++ b/buildtools/Cmake/DefinePackages.cmake @@ -389,6 +389,12 @@ else() src/simix/smx_context_boost.cpp) endif() +set(S4U_SRC + src/s4u/s4u_engine.cpp + src/s4u/s4u_host.cpp + src/s4u/s4u_process.cpp +) + set(SIMGRID_SRC src/simgrid/sg_config.c src/simgrid/host.cpp @@ -688,6 +694,10 @@ set(headers_to_install include/simgrid/simix.h include/simgrid/host.h include/simgrid/link.h + include/simgrid/s4u/s4u/engine.hpp + include/simgrid/s4u/host.hpp + include/simgrid/s4u/process.hpp + include/simgrid/s4u.h include/smpi/mpi.h include/smpi/smpi.h include/smpi/smpi_cocci.h @@ -785,6 +795,7 @@ endif() set(simgrid_sources ${BINDINGS_SRC} ${GTNETS_USED} + ${S4U_SRC} ${MSG_SRC} ${SIMDAG_SRC} ${SIMGRID_SRC}