Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Install the libraries carefully so that we have a link from .so to .so.version
[simgrid.git] / buildtools / Cmake / src / CMakeDefinePackages.txt
index 8a75ac7..a4c6ac7 100755 (executable)
@@ -349,19 +349,6 @@ ${PROJECT_DIRECTORY}/tools/gras/gras_stub_generator
 ${PROJECT_DIRECTORY}/tools/tesh/tesh
 )
 
-set(install_libs
-${PROJECT_DIRECTORY}/src/.libs/libsimgrid.*
-${PROJECT_DIRECTORY}/src/.libs/libsimgrid_static.*
-${PROJECT_DIRECTORY}/src/.libs/libgras.*
-)
-
-if(enable_smpi)
-       set(install_libs
-       ${install_libs}
-       ${PROJECT_DIRECTORY}/src/.libs/libsmpi.*
-       )
-endif(enable_smpi)
-
 set(install_HEADERS
 ./include/gras.h 
 ./include/xbt.h
@@ -396,6 +383,7 @@ set(install_HEADERS
 ./include/xbt/synchro_core.h
 ./include/xbt/queue.h
 ./include/xbt/setset.h
+./include/xbt/mmalloc.h
 ./include/mc/modelchecker.h
 ./include/msg/msg.h
 ./include/msg/datatypes.h