X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0609bc473d94d3a85ce4f0ce2d0b72a6c6a55083..b8481a4c4529f75336c76282a1a839701ff10373:/tools/cmake/DefinePackages.cmake diff --git a/tools/cmake/DefinePackages.cmake b/tools/cmake/DefinePackages.cmake index 97661ce23f..2fbe5397fb 100644 --- a/tools/cmake/DefinePackages.cmake +++ b/tools/cmake/DefinePackages.cmake @@ -248,6 +248,11 @@ set(SMPI_SRC src/surf/network_ib.cpp src/surf/network_smpi.cpp ) +set(STHREAD_SRC + src/sthread/sthread_impl.cpp + src/sthread/sthread.c + src/sthread/sthread.h +) set(XBT_SRC src/xbt/OsSemaphore.hpp @@ -732,6 +737,7 @@ set(headers_to_install include/smpi/forward.hpp include/xbt.h include/xbt/asserts.h + include/xbt/asserts.hpp include/xbt/automaton.h include/xbt/automaton.hpp include/xbt/backtrace.hpp @@ -1030,6 +1036,7 @@ set(CMAKEFILES_TXT examples/smpi/replay_multiple/CMakeLists.txt examples/smpi/replay_multiple_manual_deploy/CMakeLists.txt examples/smpi/smpi_s4u_masterworker/CMakeLists.txt + examples/sthread/CMakeLists.txt teshsuite/java/CMakeLists.txt teshsuite/kernel/CMakeLists.txt