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