X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/26bdb1496087b0a62871399f8703b990de7cc676..acd99fef229fa1fa16b20cbf83d288430623cbb2:/tools/cmake/DefinePackages.cmake diff --git a/tools/cmake/DefinePackages.cmake b/tools/cmake/DefinePackages.cmake index da2fc12a19..b5f5345436 100644 --- a/tools/cmake/DefinePackages.cmake +++ b/tools/cmake/DefinePackages.cmake @@ -679,6 +679,7 @@ set(MC_SIMGRID_MC_SRC src/mc/checker/simgrid_mc.cpp) set(headers_to_install include/simgrid/actor.h include/simgrid/barrier.h + include/simgrid/comm.h include/simgrid/engine.h include/simgrid/Exception.hpp include/simgrid/chrono.hpp @@ -817,7 +818,7 @@ set(simgrid_sources ${SIMDAG_SRC} ) -if(${enable_MSG}) +if(${enable_msg}) set(headers_to_install ${headers_to_install} include/simgrid/msg.h) set(simgrid_sources ${simgrid_sources} ${MSG_SRC}) else() @@ -1002,6 +1003,7 @@ 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/c/CMakeLists.txt examples/s4u/CMakeLists.txt examples/smpi/CMakeLists.txt examples/smpi/NAS/CMakeLists.txt