Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add documentation pages for install Simgrid and bindings.
[simgrid.git] / buildtools / Cmake / DefinePackages.cmake
index c3d8881..ceffffa 100644 (file)
@@ -99,6 +99,10 @@ set(EXTRA_DIST
        tools/gras/gras_stub_generator.h
        tools/tesh/run_context.h  
        tools/tesh/tesh.h
+       
+       src/surf/network_ns3_private.h
+       src/surf/ns3/ns3_interface.h
+       src/surf/ns3/ns3_simulator.h
 )
 
 set(XBT_RL_SRC 
@@ -362,7 +366,7 @@ set(RNGSTREAM_SRC
        src/rngstreams/RngStream.c
 )
 
-set(install_HEADERS
+set(headers_to_install
        include/xbt/misc.h
        include/xbt/sysdep.h
        include/xbt/virtu.h
@@ -431,11 +435,6 @@ set(source_of_generated_headers
        include/smpi/smpif.h.in
        src/context_sysv_config.h.in)
 
-set(GENERATE_HEADERS
-       ${CMAKE_CURRENT_BINARY_DIR}/include/smpi/smpif.h
-       ${CMAKE_CURRENT_BINARY_DIR}/include/simgrid_config.h
-)
-
 ### depend of some variables setted upper
 # -->CONTEXT_THREADS CONTEXT_UCONTEXT
 if(${CONTEXT_THREADS}) #pthread
@@ -552,6 +551,8 @@ file(GLOB_RECURSE examples_to_install_in_doc
 set(DOC_SOURCES
        doc/contrib.doc
        doc/FAQ.doc
+       doc/installSimgrid.doc
+       doc/bindings.doc
        doc/gtut-howto-design.doc
        doc/gtut-howto.doc
        doc/gtut-introduction.doc
@@ -820,7 +821,7 @@ buildtools/Cmake/tesh.pl
 
 # This is the complete list of what will be added to the source archive
 set(source_to_pack     
-       ${install_HEADERS}
+       ${headers_to_install}
        ${source_of_generated_headers}
        ${XBT_RL_SRC}
        ${EXTRA_DIST}
@@ -828,6 +829,7 @@ set(source_to_pack
        ${GRAS_RL_SRC}
        ${XBT_SRC}
        ${GTNETS_SRC}
+       ${NS3_SRC}
        ${SURF_SRC}
        ${SIMIX_SRC}
        ${TRACING_SRC}
@@ -850,4 +852,5 @@ set(source_to_pack
        ${DOC_FIGS}
        ${DOC_bib}
        ${README_files}
+       buildtools/Cmake/simgrid.nsi.in 
 )