Salome HOME
49680d874eccc6f296902a7dce7f5447aed1cfd5
[modules/gui.git] / adm_local / unix / config_files / CMakeLists.txt
1 # Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
2 #
3 # Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 # CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
5 #
6 # This library is free software; you can redistribute it and/or
7 # modify it under the terms of the GNU Lesser General Public
8 # License as published by the Free Software Foundation; either
9 # version 2.1 of the License.
10 #
11 # This library is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 # Lesser General Public License for more details.
15 #
16 # You should have received a copy of the GNU Lesser General Public
17 # License along with this library; if not, write to the Free Software
18 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
19 #
20
21 SET(dist_admlocalm4_DATA
22   check_disable_Corba.m4
23   check_GLViewer.m4
24   check_GUI.m4
25   check_msg2qm.m4
26   check_OCCViewer.m4
27   check_opengl.m4
28   check_Plot2dViewer.m4
29   check_PyConsole.m4
30   check_pyqt.m4
31   check_qt.m4
32   check_qwt.m4
33   check_SalomeObject.m4
34   check_sip.m4
35   check_SupervGraphViewer.m4
36   check_VTKViewer.m4
37   check_QxGraphViewer.m4
38   check_TestRecorder.m4
39   check_salome_version.m4
40 )
41             
42 FOREACH(f ${dist_admlocalm4_DATA})
43   SET(DEST adm_local/unix/config_files)
44   INSTALL(FILES ${f} DESTINATION ${DEST})
45 ENDFOREACH(f ${dist_admlocalm4_DATA})