Salome HOME
merge from master
[tools/sat_salome.git] / products / PY2CPP.pyconf
1 default :
2 {
3     name : "PY2CPP"
4     build_source : "cmake"
5
6     get_source : "git"
7     git_info:
8     {
9         repo : $PROJECTS.projects.salome.git_info.default_git_server + "py2cpp.git"
10         repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "py2cpp.git"
11     }
12     environ :
13     {
14         env_script : $name + ".py"
15     }
16     depend : [
17               "CONFIGURATION",
18               "Python",
19               "KERNEL"
20              ]
21     build_depend : ["cmake", "cppunit"]
22
23     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
24     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
25     properties:
26     {
27       incremental : "yes"
28     }
29 }
30
31 default_win :
32 {
33     properties:
34     {
35       incremental : "yes"
36       single_install_dir : "yes" # aimed to solve sat #18914
37     }
38 }