Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] avoid Paje inconsistencies by forcing the generation of a time-ordered trace...
[simgrid.git] / buildtools / Cmake / DefinePackages.cmake
index c93a7fc..29a849d 100644 (file)
@@ -330,6 +330,10 @@ set(AMOK_SRC
        src/amok/PeerManagement/peermanagement.c
 )
 
+set(BINDINGS_SRC
+       src/bindings/bindings_global.c
+)
+
 set(LUA_SRC
        src/bindings/lua/simgrid_lua.c
        src/bindings/lua/lua_task.c
@@ -513,6 +517,7 @@ set(simgrid_sources
        ${GRAS_COMMON_SRC}
        ${GRAS_SG_SRC}
        ${AMOK_SRC}
+       ${BINDINGS_SRC}
        ${JEDULE_SRC}
        ${RNGSTREAM_SRC}
 )
@@ -608,6 +613,7 @@ set(DOC_SOURCES
        
        #doc/index-API.doc
        doc/index.doc
+       ${CMAKE_HOME_DIRECTORY}/doc/logcategories.doc
        doc/module-amok.doc
        doc/module-gras.doc
        doc/module-msg.doc