X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1c91d656133ea5c62b304f955705d7275ed5030f..ca612d1c3beb17b69c951dafe7fb551b29fedb23:/buildtools/Cmake/DefinePackages.cmake diff --git a/buildtools/Cmake/DefinePackages.cmake b/buildtools/Cmake/DefinePackages.cmake index 68c40d33df..1053381469 100644 --- a/buildtools/Cmake/DefinePackages.cmake +++ b/buildtools/Cmake/DefinePackages.cmake @@ -124,8 +124,6 @@ set(EXTRA_DIST src/xbt/probes.h src/xbt/setset_private.h src/xbt/win32_ucontext.c - tools/tesh/run_context.h - tools/tesh/tesh.h tools/tesh/generate_tesh examples/smpi/mc/only_send_deterministic.tesh examples/smpi/mc/non_deterministic.tesh @@ -394,6 +392,7 @@ endif() set(SIMGRID_SRC src/simgrid/sg_config.c src/simgrid/host.cpp + src/simgrid/util.hpp ) set(MSG_SRC @@ -603,6 +602,7 @@ set(MC_SRC src/mc/AddressSpace.hpp src/mc/AddressSpace.cpp src/mc/mc_forward.h + src/mc/mc_forward.hpp src/mc/mc_process.h src/mc/mc_process.cpp src/mc/mc_unw.h @@ -687,6 +687,7 @@ set(headers_to_install include/simgrid/plugins.h include/simgrid/simix.h include/simgrid/host.h + include/simgrid/link.h include/smpi/mpi.h include/smpi/smpi.h include/smpi/smpi_cocci.h @@ -698,6 +699,7 @@ set(headers_to_install include/xbt/RngStream.h include/xbt/asserts.h include/xbt/automaton.h + include/xbt/automaton.hpp include/xbt/base.h include/xbt/config.h include/xbt/cunit.h @@ -1256,14 +1258,10 @@ set(PLATFORMS_EXAMPLES examples/platforms/conf/transform_optorsim_platform.pl examples/platforms/config.xml examples/platforms/config_tracing.xml - examples/platforms/content/small_content.txt - examples/platforms/content/storage_content.txt - examples/platforms/content/win_storage_content.txt examples/platforms/trace/trace_A_failure.txt examples/platforms/trace/trace_A.txt examples/platforms/trace/trace_B.txt examples/platforms/data_center.xml - examples/platforms/deployment_remote_io.xml examples/platforms/energy_platform.xml examples/platforms/fat_tree_cluster.xml examples/platforms/g5k.xml @@ -1276,9 +1274,13 @@ set(PLATFORMS_EXAMPLES examples/platforms/multicore_machine.xml examples/platforms/platform.xml examples/platforms/prop.xml - examples/platforms/remote_io.xml examples/platforms/routing_cluster.xml - examples/platforms/storage.xml + examples/platforms/storage/content/small_content.txt + examples/platforms/storage/content/storage_content.txt + examples/platforms/storage/content/win_storage_content.txt + examples/platforms/storage/remote_io.deployment.xml + examples/platforms/storage/remote_io.xml + examples/platforms/storage/storage.xml examples/platforms/small_platform.xml examples/platforms/small_platform_fatpipe.xml examples/platforms/small_platform_one_link_routes.xml