Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
no need to specify the number of argument thanks to xbt_dynar_t
[simgrid.git] / buildtools / Cmake / DefinePackages.cmake
index 6756c21..e9f76d7 100755 (executable)
@@ -268,6 +268,13 @@ set(SIMDAG_SRC
        src/simdag/sd_workstation.c
        src/simdag/sd_daxloader.c
 )
+if(HAVE_CGRAPH_H)
+       set(SIMDAG_SRC
+               ${SIMDAG_SRC}
+               src/simdag/sd_dotloader.c
+       )
+
+endif(HAVE_CGRAPH_H)
 
 set(GRAS_COMMON_SRC
        src/gras/gras.c
@@ -400,7 +407,6 @@ include/gras/timer.h
 include/amok/peermanagement.h
 include/amok/bandwidth.h
 include/instr/instr.h
-include/instr/tracing_config.h
 include/simgrid_config.h
 include/gras.h 
 include/xbt.h
@@ -744,7 +750,6 @@ set(source_to_pack
        buildtools/Cmake/test_prog/prog_va_copy.c
        buildtools/Cmake/test_prog/prog_vsnprintf.c
        buildtools/Cmake/gras_config.h.in
-       buildtools/Cmake/tracing_config.h.in
        AUTHORS
        ChangeLog
        COPYING
@@ -792,4 +797,4 @@ set(source_to_pack
        src/bindings/rubyDag/rb_SD_workstation.h
        src/bindings/rubyDag/rb_simdag.c
        src/bindings/rubyDag/simdag.rb
-)
\ No newline at end of file
+)