1 # Copyright (C) 2012-2013 CEA/DEN, EDF R&D, OPEN CASCADE
3 # This library is free software; you can redistribute it and/or
4 # modify it under the terms of the GNU Lesser General Public
5 # License as published by the Free Software Foundation; either
6 # version 2.1 of the License.
8 # This library is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11 # Lesser General Public License for more details.
13 # You should have received a copy of the GNU Lesser General Public
14 # License along with this library; if not, write to the Free Software
15 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
20 # additional include directories
25 ${OMNIORB_INCLUDE_DIR}
26 ${PTHREAD_INCLUDE_DIR}
27 ${PROJECT_SOURCE_DIR}/src/SalomeApp
28 ${PROJECT_SOURCE_DIR}/src/LightApp
29 ${PROJECT_SOURCE_DIR}/src/SUIT
30 ${PROJECT_SOURCE_DIR}/src/Qtx
31 ${PROJECT_SOURCE_DIR}/src/CAM
32 ${PROJECT_SOURCE_DIR}/src/STD
33 ${PROJECT_SOURCE_DIR}/src/OBJECT
36 # additional preprocessor / compiler flags
41 ${OMNIORB_DEFINITIONS}
44 # libraries to link to
47 ${KERNEL_SalomeKernelHelpers}
48 qtx suit std CAM SalomeObject LightApp SalomeApp
53 # header files / to be processed by moc
55 StandardApp_Module.hxx
58 # header files / no moc processing
61 SALOME_AppStudyEditor.hxx
62 SALOME_GuiServices.hxx
66 # header files / to install
67 SET(SalomeGuiHelpers_HEADERS ${_moc_HEADERS} ${_other_HEADERS})
71 # sources / moc wrappings
72 QT4_WRAP_CPP(_moc_SOURCES ${_moc_HEADERS})
76 SALOME_AppStudyEditor.cxx
77 SALOME_GuiServices.cxx
78 StandardApp_Module.cxx
81 # sources / to compile
82 SET(SalomeGuiHelpers_SOURCES ${_other_SOURCES} ${_moc_SOURCES})
86 ADD_LIBRARY(SalomeGuiHelpers ${SalomeGuiHelpers_SOURCES})
87 TARGET_LINK_LIBRARIES(SalomeGuiHelpers ${_link_LIBRARIES})
88 INSTALL(TARGETS SalomeGuiHelpers EXPORT ${PROJECT_NAME}TargetGroup DESTINATION ${SALOME_INSTALL_LIBS})
90 INSTALL(FILES ${SalomeGuiHelpers_HEADERS} DESTINATION ${SALOME_INSTALL_HEADERS})