Salome HOME
bos #38104: prepare final configuration files for SALOME 9.12.0
[tools/sat_salome.git] / products / HYBRIDPLUGIN.pyconf
1 default :
2 {
3     name : "HYBRIDPLUGIN"
4     build_source : "cmake"
5     get_source : "git"
6     git_info:
7     {
8         repo : $PROJECTS.projects.salome.git_info.default_git_server + "plugins/hybridplugin.git"
9         repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "hybridplugin.git"
10     }
11     environ :
12     {
13         _SMESH_MeshersList : "HYBRIDPlugin"
14         SalomeAppConfig_ : $install_dir + $VARS.sep + "share" + $VARS.sep + "salome" + $VARS.sep + "resources" + $VARS.sep + "hybridplugin"
15     }
16     depend : [
17              "KERNEL",
18              "GUI",
19              "GEOM", 
20              "SMESH",
21              "Python",
22              "qt", 
23              "boost", 
24              "CAS",  
25              "omniORB",  
26              "MeshGems" 
27               ]
28     build_depend : ["cmake", "doxygen"]
29     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
30     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
31     properties:
32     {
33         is_SALOME_module : "yes"
34         has_unit_tests
35         incremental : "yes"
36     }
37