X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/92c0f1f93abd31aabba2b867265ee78d0fa082ca..6fd87963d3c3104064814025287802a58bb91f90:/tools/cmake/DefinePackages.cmake diff --git a/tools/cmake/DefinePackages.cmake b/tools/cmake/DefinePackages.cmake index 619a9a9fc1..1dec9301e5 100644 --- a/tools/cmake/DefinePackages.cmake +++ b/tools/cmake/DefinePackages.cmake @@ -49,10 +49,8 @@ set(EXTRA_DIST src/surf/network_ns3.hpp src/surf/network_smpi.hpp src/surf/network_ib.hpp - src/surf/ns3/my-point-to-point-helper.h src/surf/ns3/ns3_interface.h src/surf/ns3/ns3_simulator.h - src/surf/ns3/red-queue.h src/surf/plugins/energy.hpp src/surf/xml/simgrid.dtd src/surf/xml/simgrid_dtd.h @@ -240,7 +238,7 @@ set(XBT_SRC src/xbt/RngStream.c src/xbt/automaton/automaton.c src/xbt/automaton/automatonparse_promela.c - src/xbt/config.c + src/xbt/config.cpp src/xbt/cunit.c src/xbt/dict.c src/xbt/dict_cursor.c @@ -284,9 +282,7 @@ endif() set(NS3_SRC src/surf/network_ns3.cpp - src/surf/ns3/my-point-to-point-helper.cc src/surf/ns3/ns3_simulator.cc - src/surf/ns3/red-queue.cc ) set(SURF_SRC @@ -393,7 +389,7 @@ set(S4U_SRC ) set(SIMGRID_SRC - src/simgrid/sg_config.c + src/simgrid/sg_config.cpp src/simgrid/host.cpp src/simgrid/util.hpp ) @@ -613,7 +609,8 @@ set(MC_SRC src/mc/mc_safety.h src/mc/mc_state.h src/mc/mc_state.cpp - src/mc/mc_visited.cpp + src/mc/VisitedState.cpp + src/mc/VisitedState.hpp src/mc/mc_client_api.cpp src/mc/mc_protocol.h src/mc/mc_protocol.cpp @@ -622,6 +619,7 @@ set(MC_SRC src/mc/mc_xbt.hpp src/mc/mc_xbt.cpp src/mc/mc_exit.h + src/mc/Transition.hpp ) set(MC_SIMGRID_MC_SRC @@ -668,6 +666,7 @@ set(headers_to_install include/xbt/automaton.hpp include/xbt/base.h include/xbt/config.h + include/xbt/config.hpp include/xbt/cunit.h include/xbt/dict.h include/xbt/string.hpp @@ -927,34 +926,9 @@ set(txt_files # The list of cmake build directories is constructed from the following list. # Add your CMakeLists file here to see your subdir built. set(CMAKEFILES_TXT - examples/java/async/CMakeLists.txt - examples/java/bittorrent/CMakeLists.txt - examples/java/chord/CMakeLists.txt - examples/java/cloud/CMakeLists.txt - examples/java/cloud/energy/CMakeLists.txt - examples/java/cloud/migration/CMakeLists.txt - examples/java/commTime/CMakeLists.txt - examples/java/energy/CMakeLists.txt - examples/java/io/CMakeLists.txt - examples/java/kademlia/CMakeLists.txt - examples/java/master_slave_kill/CMakeLists.txt - examples/java/masterslave/CMakeLists.txt - examples/java/migration/CMakeLists.txt - examples/java/mutualExclusion/CMakeLists.txt - examples/java/pingPong/CMakeLists.txt - examples/java/priority/CMakeLists.txt - examples/java/startKillTime/CMakeLists.txt - examples/java/suspend/CMakeLists.txt - examples/java/tracing/CMakeLists.txt - + examples/java/CMakeLists.txt examples/msg/CMakeLists.txt - examples/msg/bittorrent/CMakeLists.txt - examples/msg/chainsend/CMakeLists.txt - examples/msg/cloud/CMakeLists.txt - examples/msg/dht-kademlia/CMakeLists.txt - examples/msg/masterslave/CMakeLists.txt examples/msg/mc/CMakeLists.txt - examples/msg/tracing/CMakeLists.txt examples/s4u/CMakeLists.txt examples/simdag/CMakeLists.txt examples/smpi/CMakeLists.txt @@ -1042,7 +1016,6 @@ set(CMAKE_SOURCE_FILES tools/cmake/scripts/IPC/Run/Win32IO.pm tools/cmake/scripts/IPC/Run/Win32Pump.pm tools/cmake/scripts/Diff.pm - tools/cmake/scripts/generate_memcheck_tests.pl tools/cmake/scripts/my_valgrind.pl tools/cmake/scripts/update_tesh.pl tools/cmake/UnitTesting.cmake @@ -1128,6 +1101,7 @@ set(PLATFORMS_EXAMPLES examples/platforms/syscoord/median_harvard.syscoord examples/platforms/syscoord/median_meridian.syscoord examples/platforms/syscoord/median_p2psim.syscoord + examples/platforms/three_multicore_hosts.xml examples/platforms/torus_cluster.xml examples/platforms/two_hosts.xml examples/platforms/two_hosts_platform.xml