X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/95a02a8febe84fd1c2ed98c78c594a5e8a0116f7..047872771f0685df5ad0db3422b3333e26696330:/tools/cmake/DefinePackages.cmake diff --git a/tools/cmake/DefinePackages.cmake b/tools/cmake/DefinePackages.cmake index d63796f683..fca4b9cdc9 100644 --- a/tools/cmake/DefinePackages.cmake +++ b/tools/cmake/DefinePackages.cmake @@ -5,9 +5,10 @@ set(EXTRA_DIST src/include/instr/instr_interface.h src/include/mc/datatypes.h src/include/mc/mc.h - src/include/simgrid/sg_config.h + src/include/simgrid/sg_config.hpp src/include/surf/surf.hpp src/include/xbt/parmap.hpp + src/include/xbt/mmalloc.h src/mc/mc_mmu.hpp src/mc/mc_record.hpp src/mc/PageStore.hpp @@ -316,7 +317,6 @@ set(SURF_SRC src/kernel/routing/FullZone.cpp src/kernel/routing/NetPoint.cpp src/kernel/routing/NetZoneImpl.cpp - src/kernel/routing/NetZoneImpl.hpp src/kernel/routing/TorusZone.cpp src/kernel/routing/RoutedZone.cpp src/kernel/routing/VivaldiZone.cpp @@ -355,7 +355,6 @@ set(SURF_SRC ) set(PLUGINS_SRC - src/plugins/file_system/FileSystem.hpp src/plugins/file_system/s4u_FileSystem.cpp src/plugins/vm/VirtualMachineImpl.hpp src/plugins/vm/s4u_VirtualMachine.cpp @@ -448,7 +447,7 @@ set(MSG_SRC src/msg/msg_environment.cpp src/msg/msg_global.cpp src/msg/msg_gos.cpp - src/msg/msg_host.cpp + src/msg/msg_legacy.cpp src/msg/msg_mailbox.cpp src/msg/msg_process.cpp src/msg/msg_synchro.cpp @@ -661,6 +660,7 @@ set(MC_SIMGRID_MC_SRC src/mc/checker/simgrid_mc.cpp) set(headers_to_install + include/simgrid/actor.h include/simgrid/chrono.hpp include/simgrid/plugins/dvfs.h include/simgrid/plugins/energy.h @@ -678,6 +678,9 @@ set(headers_to_install include/simgrid/kernel/future.hpp include/simgrid/host.h include/simgrid/link.h + include/simgrid/storage.h + include/simgrid/vm.h + include/simgrid/zone.h include/simgrid/s4u/forward.hpp include/simgrid/s4u/Activity.hpp include/simgrid/s4u/Actor.hpp @@ -706,6 +709,7 @@ set(headers_to_install include/simgrid/kernel/routing/FloydZone.hpp include/simgrid/kernel/routing/FullZone.hpp include/simgrid/kernel/routing/NetPoint.hpp + include/simgrid/kernel/routing/NetZoneImpl.hpp include/simgrid/kernel/routing/RoutedZone.hpp include/simgrid/kernel/routing/TorusZone.hpp include/simgrid/kernel/routing/VivaldiZone.hpp @@ -742,7 +746,6 @@ set(headers_to_install include/xbt/log.hpp include/xbt/mallocator.h include/xbt/misc.h - include/xbt/mmalloc.h include/xbt/module.h include/xbt/parmap.h include/xbt/range.hpp