Salome HOME
spns #42014: add mmgplugin
[tools/sat_salome.git] / products / ADAO_INTERFACE.pyconf
1 default :
2 {
3     name : "ADAO_INTERFACE"
4     build_source : "cmake"
5     cmake_options : "-DPY2CPP_ROOT_DIR=${PY2CPP_ROOT_DIR}"
6     get_source : "git"
7     git_info:
8     {
9       repositories :
10       {
11         tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/adao_interface.git"
12         github : $PROJECTS.projects.salome.git_info.git_server.github.url + "adao_interface.git"
13         gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "modules/adao_interface.git"
14       }
15     }
16     environ :
17     {
18       env_script : $name + ".py"
19     }
20     depend : [
21         "Python",
22         "PY2CPP",
23         "CONFIGURATION",
24         "ADAO"
25        ]
26     build_depend : ["cmake", "cppunit"]
27     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
28     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
29     properties:
30     {
31         has_salome_gui : "yes"
32         is_SALOME_module : "yes"
33     }
34 }