X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f566a20b6f493c79de2541d17452a28ce9ec51f6..abba9833430a96a4f642e8b0350eac4d14fa6744:/tools/cmake/DefinePackages.cmake diff --git a/tools/cmake/DefinePackages.cmake b/tools/cmake/DefinePackages.cmake index 4fe036a375..b0c130a208 100644 --- a/tools/cmake/DefinePackages.cmake +++ b/tools/cmake/DefinePackages.cmake @@ -15,7 +15,6 @@ set(EXTRA_DIST src/include/surf/surf.h src/include/xbt/win32_ucontext.h src/include/xbt/wine_dbghelp.h - src/msg/msg_mailbox.h src/msg/msg_private.h src/portable.h src/probes.tp @@ -81,7 +80,7 @@ set(EXTRA_DIST src/surf/PropertyHolder.hpp src/surf/virtual_machine.hpp src/surf/host_clm03.hpp - src/surf/host_interface.hpp + src/surf/HostImpl.hpp src/surf/ptask_L07.hpp src/xbt/automaton/automaton_lexer.yy.c src/xbt/automaton/parserPromela.lex @@ -298,8 +297,6 @@ set(NS3_SRC ) set(SURF_SRC - src/surf/callbacks.h - src/surf/callbacks.cpp src/surf/cpu_cas01.cpp src/surf/cpu_interface.cpp src/surf/cpu_ti.cpp @@ -339,7 +336,7 @@ set(SURF_SRC src/surf/vm_hl13.cpp src/surf/virtual_machine.cpp src/surf/host_clm03.cpp - src/surf/host_interface.cpp + src/surf/HostImpl.cpp src/surf/ptask_L07.cpp src/xbt/xbt_sg_stubs.c ) @@ -441,7 +438,6 @@ else() endif() set(BINDINGS_SRC - src/bindings/bindings_global.c src/bindings/lua/lua_private.h src/bindings/lua/lua_utils.h src/bindings/lua/simgrid_lua.h @@ -584,7 +580,6 @@ set(MC_SRC src/mc/mc_unw.h src/mc/mc_unw.cpp src/mc/mc_unw_vmread.cpp - src/mc/mc_mmalloc.h src/mc/mc_object_info.h src/mc/mc_checkpoint.cpp src/mc/mc_snapshot.h @@ -605,6 +600,7 @@ set(MC_SRC src/mc/mc_hash.cpp src/mc/mc_ignore.cpp src/mc/mc_ignore.h + src/mc/mc_mmalloc.h src/mc/mc_liveness.h src/mc/LocationList.hpp src/mc/LocationList.cpp @@ -704,6 +700,7 @@ set(headers_to_install include/xbt/swag.h include/xbt/synchro_core.h include/xbt/sysdep.h + include/xbt/system_error.hpp include/xbt/virtu.h include/xbt/xbt_os_thread.h include/xbt/xbt_os_time.h