X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/33aec8491c4c337352f570c24f8a76298e3a319c..a497c1d62e1064de5a4d765dc43cb9e71243ba95:/tools/cmake/DefinePackages.cmake diff --git a/tools/cmake/DefinePackages.cmake b/tools/cmake/DefinePackages.cmake index 989aa3cc14..ca3b2bedc4 100644 --- a/tools/cmake/DefinePackages.cmake +++ b/tools/cmake/DefinePackages.cmake @@ -562,6 +562,8 @@ set(MC_SRC src/mc/ObjectInformation.cpp src/mc/PageStore.hpp src/mc/PageStore.cpp + src/mc/SafetyChecker.cpp + src/mc/SafetyChecker.hpp src/mc/ChunkedData.hpp src/mc/ChunkedData.cpp src/mc/RegionSnapshot.cpp @@ -596,11 +598,11 @@ set(MC_SRC src/mc/mc_hash.cpp src/mc/mc_ignore.h src/mc/mc_mmalloc.h - src/mc/mc_liveness.h + src/mc/LivenessChecker.hpp src/mc/LocationList.hpp src/mc/malloc.hpp src/mc/LocationList.cpp - src/mc/mc_liveness.cpp + src/mc/LivenessChecker.cpp src/mc/mc_record.cpp src/mc/mc_member.cpp src/mc/mc_memory.cpp @@ -608,7 +610,6 @@ set(MC_SRC src/mc/mc_request.h src/mc/mc_request.cpp src/mc/mc_safety.h - src/mc/mc_safety.cpp src/mc/mc_state.h src/mc/mc_state.cpp src/mc/mc_visited.cpp @@ -950,17 +951,16 @@ set(CMAKEFILES_TXT examples/msg/actions/CMakeLists.txt examples/msg/bittorrent/CMakeLists.txt examples/msg/chainsend/CMakeLists.txt - examples/msg/chord/CMakeLists.txt examples/msg/cloud/CMakeLists.txt + examples/msg/dht-kademlia/CMakeLists.txt + examples/msg/dht-pastry/CMakeLists.txt examples/msg/energy/CMakeLists.txt examples/msg/gtnets/CMakeLists.txt examples/msg/icomms/CMakeLists.txt examples/msg/io/CMakeLists.txt - examples/msg/kademlia/CMakeLists.txt examples/msg/masterslave/CMakeLists.txt examples/msg/mc/CMakeLists.txt examples/msg/ns3/CMakeLists.txt - examples/msg/pastry/CMakeLists.txt examples/msg/sendrecv/CMakeLists.txt examples/msg/set-maestro/CMakeLists.txt examples/msg/start_kill_time/CMakeLists.txt