Salome HOME
Update copyrights
[modules/yacs.git] / src / yacsloader_swig / Test / config_appli.xml.in
1 <application>
2 <prerequisites path="profile@SALOMEYACS_VERSION@.sh"/>
3 <modules>
4    <!-- variable name <MODULE>_ROOT_DIR is built with <MODULE> == name attribute value -->
5    <!-- <MODULE>_ROOT_DIR values is set with path attribute value -->
6    <!-- attribute gui (defaults = yes) indicates if the module has a gui interface -->
7    <module name="KERNEL"       gui="no"  path="@KERNEL_ROOT_DIR@"/>
8    <module name="GUI"          gui="no"  path="@GUI_ROOT_DIR@"/>
9    <module name="PYHELLO"                path="PYHELLO_ROOT_DIR"/> <!--PYHELLO_ROOT_DIR will be substituted at starting of test-->
10    <module name="YACS"                   path="@CMAKE_INSTALL_PREFIX@"/>
11 </modules>
12 </application>
13