Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix xbt_str_diff.
[simgrid.git] / buildtools / Cmake / DefinePackages.cmake
index e7f1d41..5cc94d0 100644 (file)
@@ -95,6 +95,10 @@ set(EXTRA_DIST
        examples/gras/ping/ping.h
        examples/gras/console/ping.h
        examples/gras/mmrpc/mmrpc.h
+
+       tools/gras/gras_stub_generator.h
+       tools/tesh/run_context.h  
+       tools/tesh/tesh.h
 )
 
 set(XBT_RL_SRC 
@@ -421,10 +425,6 @@ set(headers_to_install
        include/simix/simix.h
        include/simix/datatypes.h
        include/simix/context.h
-       
-       tools/gras/gras_stub_generator.h
-       tools/tesh/run_context.h  
-       tools/tesh/tesh.h
 )
 set(source_of_generated_headers
        include/simgrid_config.h.in
@@ -845,4 +845,5 @@ set(source_to_pack
        ${DOC_FIGS}
        ${DOC_bib}
        ${README_files}
+       buildtools/Cmake/simgrid.nsi.in 
 )