2022-05-05 16:51:12 +03:00
|
|
|
# Copyright (C) 2012-2022 EDF R&D
|
2013-10-14 13:27:09 +00:00
|
|
|
#
|
|
|
|
# This library is free software; you can redistribute it and/or
|
|
|
|
# modify it under the terms of the GNU Lesser General Public
|
|
|
|
# License as published by the Free Software Foundation; either
|
2014-02-20 16:25:37 +04:00
|
|
|
# version 2.1 of the License, or (at your option) any later version.
|
2013-10-14 13:27:09 +00:00
|
|
|
#
|
|
|
|
# This library is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
# Lesser General Public License for more details.
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU Lesser General Public
|
|
|
|
# License along with this library; if not, write to the Free Software
|
|
|
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
|
|
#
|
|
|
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
|
|
#
|
2013-10-24 12:05:10 +00:00
|
|
|
IF(SALOME_BUILD_DOC)
|
|
|
|
ADD_SUBDIRECTORY(Doc)
|
|
|
|
ENDIF(SALOME_BUILD_DOC)
|
2013-10-14 15:02:25 +00:00
|
|
|
ADD_SUBDIRECTORY(CreeDocuments)
|
2013-10-15 06:49:00 +00:00
|
|
|
IF(SALOME_BUILD_GUI)
|
|
|
|
ADD_SUBDIRECTORY(Gui)
|
|
|
|
ENDIF(SALOME_BUILD_GUI)
|
2013-10-14 15:02:25 +00:00
|
|
|
ADD_SUBDIRECTORY(Stats)
|
|
|
|
ADD_SUBDIRECTORY(Base)
|
|
|
|
|
|
|
|
# --- scripts ---
|
|
|
|
|
|
|
|
# scripts / static
|
|
|
|
SET(plugin_SCRIPTS
|
|
|
|
ajoutEnreg.py
|
|
|
|
compareVersions.py
|
|
|
|
createDatabase.py
|
|
|
|
lance.py
|
|
|
|
passeJobs.py
|
|
|
|
)
|
|
|
|
|
|
|
|
# --- rules ---
|
|
|
|
|
2014-05-06 17:21:18 +02:00
|
|
|
SALOME_INSTALL_SCRIPTS("${plugin_SCRIPTS}" ${SALOME_SMESH_INSTALL_PLUGINS}/Verima)
|