Salome HOME
spns #42014: add mmgplugin
[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       repositories :
9       {
10         tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/hybridplugin.git"
11         github : $PROJECTS.projects.salome.git_info.git_server.github.url + "hybridplugin.git"
12         gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "plugins/hybridplugin.git"
13       }
14     }
15     environ :
16     {
17         _SMESH_MeshersList : "HYBRIDPlugin"
18         SalomeAppConfig_ : $install_dir + $VARS.sep + "share" + $VARS.sep + "salome" + $VARS.sep + "resources" + $VARS.sep + "hybridplugin"
19     }
20     depend : [
21              "KERNEL",
22              "GUI",
23              "GEOM", 
24              "SMESH",
25              "Python",
26              "qt", 
27              "boost", 
28              "CAS",  
29              "omniORB",  
30              "MeshGems" 
31               ]
32     build_depend : ["cmake", "doxygen"]
33     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
34     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
35     properties:
36     {
37         is_SALOME_module : "yes"
38         has_unit_tests
39         incremental : "yes"
40     }
41