default : { name : "GHS3DPRLPLUGIN" build_source : "cmake" get_source : "git" git_info: { repo : $PROJECTS.projects.salome.git_info.default_git_server + "plugins/ghs3dprlplugin.git" repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "ghs3dprlplugin.git" } environ : { _SMESH_MeshersList : "GHS3DPRLPlugin" SalomeAppConfig_ : $install_dir + $VARS.sep + "share" + $VARS.sep + "salome" + $VARS.sep + "resources" + $VARS.sep + "ghs3dprlplugin" } depend : [ "KERNEL", "MEDCOUPLING", "GEOM", "SMESH", "Python", "qt", "boost", "CAS", "omniORB", "hdf5", "medfile", "libxml2", "docutils", "ParaView" ] build_depend : ["cmake", "swig", "doxygen", "cppunit"] source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name properties: { is_SALOME_module : "yes" has_unit_tests } }