X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2d8520338e0251a03bbfbde09077bc4c0e2c2903..2b1e3b1eda0915dede0146e8ea5c183a0483acee:/tools/cmake/DefinePackages.cmake diff --git a/tools/cmake/DefinePackages.cmake b/tools/cmake/DefinePackages.cmake index 64fa920ad5..e5041182cc 100644 --- a/tools/cmake/DefinePackages.cmake +++ b/tools/cmake/DefinePackages.cmake @@ -383,8 +383,6 @@ set(SIMIX_SRC src/simix/smx_deployment.cpp src/simix/smx_environment.cpp src/simix/smx_global.cpp - src/simix/ActorImpl.cpp - src/simix/ActorImpl.hpp src/simix/popping.cpp src/kernel/activity/ActivityImpl.cpp src/kernel/activity/ActivityImpl.hpp @@ -406,6 +404,8 @@ set(SIMIX_SRC src/kernel/activity/SleepImpl.hpp src/kernel/activity/SynchroRaw.cpp src/kernel/activity/SynchroRaw.hpp + src/kernel/actor/ActorImpl.cpp + src/kernel/actor/ActorImpl.hpp ${SIMIX_GENERATED_SRC} ) @@ -536,7 +536,7 @@ list(APPEND JMSG_JAVA_SRC ${JTRACE_JAVA_SRC}) set(LUA_SRC src/bindings/lua/lua_host.cpp src/bindings/lua/lua_platf.cpp - src/bindings/lua/lua_debug.cpp + src/bindings/lua/lua_utils.cpp src/bindings/lua/simgrid_lua.cpp ) @@ -973,19 +973,20 @@ set(txt_files set(CMAKEFILES_TXT examples/s4u/CMakeLists.txt examples/smpi/CMakeLists.txt - examples/smpi/NAS/CMakeLists.txt - examples/smpi/smpi_msg_masterslave/CMakeLists.txt - examples/smpi/replay_multiple/CMakeLists.txt - examples/smpi/replay_multiple_manual_deploy/CMakeLists.txt - examples/smpi/energy/f77/CMakeLists.txt - examples/smpi/energy/f90/CMakeLists.txt + examples/smpi/NAS/CMakeLists.txt + examples/smpi/smpi_msg_masterslave/CMakeLists.txt + examples/smpi/replay_multiple/CMakeLists.txt + examples/smpi/replay_multiple_manual_deploy/CMakeLists.txt + examples/smpi/energy/f77/CMakeLists.txt + examples/smpi/energy/f90/CMakeLists.txt examples/python/CMakeLists.txt examples/deprecated/java/CMakeLists.txt examples/deprecated/msg/CMakeLists.txt - examples/deprecated/msg/mc/CMakeLists.txt + examples/deprecated/msg/mc/CMakeLists.txt examples/deprecated/simdag/CMakeLists.txt teshsuite/java/CMakeLists.txt + teshsuite/lua/CMakeLists.txt teshsuite/mc/CMakeLists.txt teshsuite/msg/CMakeLists.txt teshsuite/s4u/CMakeLists.txt