Salome HOME
spns #32926: backport KERNEL & CONFIGURATION fixes on more recent platforms to ensure...
[tools/sat_salome.git] / products / PYHELLO.pyconf
1 default :
2 {
3     name : "PYHELLO"
4     build_source : "cmake"
5     get_source : "git"
6     git_info:
7     {
8         repo : $PROJECTS.projects.salome.git_info.default_git_server + "samples/pyhello.git"
9         repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "pyhello.git"
10     }
11     environ :
12     {
13         SalomeAppConfig_ : $install_dir + $VARS.sep + "share" + $VARS.sep + "salome" + $VARS.sep + "resources" + $VARS.sep + "pyhello"
14     }
15     depend : [
16                 "KERNEL", 
17                 "GUI",  
18                 "Python", 
19                 "omniORB", 
20                 "qt", 
21                 "boost" 
22              ]
23     build_depend : ["cmake", "doxygen", "cppunit"]
24     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
25     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
26     properties:
27     {
28         has_salome_gui : "yes"
29         is_SALOME_module : "yes"
30     }
31 }