Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add another library to the whitelist of ignored debugging symbols
[simgrid.git] / tools / cmake / DefinePackages.cmake
index e402f08..360eb6c 100644 (file)
@@ -83,7 +83,7 @@ set(EXTRA_DIST
   src/surf/surfxml_parse.c
   src/surf/trace_mgr_private.h
   src/surf/vm_hl13.hpp
-  src/surf/vm_interface.hpp
+  src/surf/virtual_machine.hpp
   src/surf/host_clm03.hpp
   src/surf/host_interface.hpp
   src/surf/host_ptask_L07.hpp
@@ -117,7 +117,6 @@ set(EXTRA_DIST
   src/xbt/mmalloc/mmtrace.awk
   src/xbt/mmalloc/mrealloc.c
   src/xbt/probes.h
-  src/xbt/setset_private.h
   src/xbt/win32_ucontext.c
   tools/tesh/generate_tesh
   examples/smpi/mc/only_send_deterministic.tesh
@@ -267,7 +266,6 @@ set(XBT_SRC
   src/xbt/mallocator.c
   src/xbt/parmap.cpp
   src/xbt/set.c
-  src/xbt/setset.c
   src/xbt/snprintf.c
   src/xbt/swag.c
   src/xbt/xbt_log_appender_file.c
@@ -339,7 +337,7 @@ set(SURF_SRC
   src/surf/surfxml_parseplatf.c
   src/surf/trace_mgr.c
   src/surf/vm_hl13.cpp
-  src/surf/vm_interface.cpp
+  src/surf/virtual_machine.cpp
   src/surf/host_clm03.cpp
   src/surf/host_interface.cpp
   src/surf/host_ptask_L07.cpp
@@ -759,7 +757,6 @@ set(headers_to_install
   include/xbt/queue.h
   include/xbt/replay.h
   include/xbt/set.h
-  include/xbt/setset.h
   include/xbt/str.h
   include/xbt/strbuff.h
   include/xbt/swag.h
@@ -1059,7 +1056,6 @@ set(EXAMPLES_CMAKEFILES_TXT
   examples/msg/cloud/CMakeLists.txt
   examples/msg/energy/consumption/CMakeLists.txt
   examples/msg/energy/onoff/CMakeLists.txt
-  examples/msg/energy/vm/CMakeLists.txt
   examples/msg/energy/pstate/CMakeLists.txt
   examples/msg/energy/vm/CMakeLists.txt
   examples/msg/exception/CMakeLists.txt