X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a92d7b716f51a53dea7f59db8524d4add713b910..8fea398a5a9ca83c4e6009daf964d59869388e6c:/tools/cmake/DefinePackages.cmake diff --git a/tools/cmake/DefinePackages.cmake b/tools/cmake/DefinePackages.cmake index 1226d706d8..4c2e631cb8 100644 --- a/tools/cmake/DefinePackages.cmake +++ b/tools/cmake/DefinePackages.cmake @@ -53,6 +53,7 @@ set(EXTRA_DIST src/surf/xml/simgrid_dtd.c src/surf/xml/surfxml_sax_cb.cpp + src/surf/FileImpl.hpp src/surf/StorageImpl.hpp src/surf/storage_n11.hpp src/surf/surf_interface.hpp @@ -263,7 +264,6 @@ set(XBT_SRC src/xbt/exception.cpp src/xbt/graph.c src/xbt/heap.c - src/xbt/lib.c src/xbt/log.c src/xbt/mallocator.c src/xbt/memory_map.cpp @@ -688,7 +688,6 @@ set(headers_to_install include/smpi/smpi_extended_traces.h include/smpi/smpi_extended_traces_fortran.h include/smpi/forward.hpp - include/surf/surf_routing.h include/xbt.h include/xbt/RngStream.h include/xbt/asserts.h @@ -714,7 +713,6 @@ set(headers_to_install include/xbt/future.hpp include/xbt/graph.h include/xbt/heap.h - include/xbt/lib.h include/xbt/Extendable.hpp include/xbt/log.h include/xbt/log.hpp @@ -1067,6 +1065,7 @@ set(PLATFORMS_EXAMPLES examples/platforms/bypassRoute.xml examples/platforms/cloud.xml examples/platforms/cluster.xml + examples/platforms/cluster_backbone.xml examples/platforms/cluster_and_one_host.xml examples/platforms/cluster_prototype.lua examples/platforms/cluster_no_backbone.xml @@ -1123,7 +1122,6 @@ set(PLATFORMS_EXAMPLES examples/platforms/syscoord/median_meridian.syscoord examples/platforms/syscoord/median_p2psim.syscoord examples/platforms/three_multicore_hosts.xml - examples/platforms/two_clusters.xml examples/platforms/two_hosts.xml examples/platforms/two_hosts_platform_shared.xml examples/platforms/two_hosts_platform_with_availability.xml