Salome HOME
Fix OpenCV_INCLUDE_DIRS definition on windows - Othewise SAT will not generate a...
[tools/sat_salome.git] / products / DOCUMENTATION.pyconf
index f92101e0dc300f2eeb677d39bd1013334e3cb124..2501fcb681d136da8129f9a3724931ccc46a9afc 100644 (file)
@@ -11,6 +11,7 @@ default :
     environ :
     {
     }
+    cmake_options : "-DSALOME_INSTALL_MODULES_DOC=ON"
     depend : [
              "KERNEL", 
              "Sphinx", 
@@ -21,6 +22,8 @@ default :
              "pytz", 
              "markupsafe" 
              ]
+    # To reduce the (long) list, we only declare tip of the dependencies tree (for instance, SMESH will be automatically used through its plugins)
+    opt_depend : [SHAPER, PARAVIS, HEXABLOCK, HELLO, PYHELLO, ADAO, HOMARD, JOBMANAGER, BLSURFPLUGIN, GHS3DPLUGIN, GHS3DPRLPLUGIN, GMSHPLUGIN, HYBRIDPLUGIN, HexoticPLUGIN, NETGENPLUGIN]
     build_depend : ["cmake", "doxygen"]
     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name