Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add new source file to lua bindings code, having possibility to use a 'lua' version...
[simgrid.git] / buildtools / Cmake / DefinePackages.cmake
index 4bc1faa..1c01327 100755 (executable)
@@ -321,6 +321,7 @@ set(AMOK_SRC
 set(LUA_SRC
        src/simix/smx_context_lua.c
        src/bindings/lua/simgrid_lua.c
+       src/bindings/lua/lua_stub_generator.c
 )
 
 set(TRACING_SRC
@@ -333,6 +334,7 @@ set(TRACING_SRC
        src/instr/msg_volume.c
        src/instr/smx_instr.c
        src/instr/surf_instr.c
+       src/instr/smpi_instr.c
        src/instr/variables_instr.c
        src/instr/private.h
 )
@@ -729,6 +731,14 @@ file(GLOB_RECURSE CMAKE_SOURCE_FILES
 "buildtools/Cmake/test_prog/*.cpp"
 )
 
+set(bin_files
+tools/MSG_visualization/colorize.pl
+)
+
+file(GLOB_RECURSE doc_files
+"doc/html/*"
+)
+
 # This is the complete lise of what will be added to the source archive
 set(source_to_pack     
        ${XBT_RL_SRC}
@@ -758,4 +768,6 @@ set(source_to_pack
        ${TEST_CFILES}
        ${EXTRA_DIST}
        ${CMAKE_SOURCE_FILES}
+       ${bin_files}
+       ${doc_files}
 )