1 # Copyright (C) 2012-2016 CEA/DEN, EDF R&D
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, or (at your option) any later version.
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
23 # additional include directories
26 ${OpenCASCADE_INCLUDE_DIR}
27 ${KERNEL_INCLUDE_DIRS}
32 ${OMNIORB_INCLUDE_DIR}
33 ${CMAKE_CURRENT_BINARY_DIR}
34 ${PROJECT_BINARY_DIR}/idl
35 ${PROJECT_SOURCE_DIR}/src/GHS3DPlugin
38 # additional preprocessor / compiler flags
41 ${OMNIORB_DEFINITIONS}
42 ${OpenCASCADE_DEFINITIONS}
46 # libraries to link to
49 ${KERNEL_SALOMELocalTrace}
53 ${SMESH_StdMeshersGUI}
54 ${SMESH_SMESHFiltersSelection}
58 ${OpenCASCADE_FoundationClasses_LIBRARIES}
64 # header files / to be processed by moc
66 GHS3DPluginGUI_HypothesisCreator.h
70 # header files / no moc processed
72 GHS3DPluginGUI_Enums.h
75 SET(GHS3DPluginGUI_HEADERS ${_moc_HEADERS} ${_other_HEADERS})
79 # sources / moc wrappings
80 QT_WRAP_MOC(_moc_SOURCES ${_moc_HEADERS})
85 GHS3DPluginGUI_HypothesisCreator.cxx
86 GHS3DPluginGUI_AdvWidget.cxx
91 # resource files / to be processed by lrelease
99 # resource files / to be processed by uic
101 GHS3DPluginGUI_AdvWidget_QTD.ui
104 # header files / uic wrappings
105 QT_WRAP_UIC(_uic_HEADERS ${_uic_files})
107 # sources / to compile
108 SET(GHS3DPluginGUI_SOURCES ${_other_SOURCES} ${_moc_SOURCES} ${_uic_HEADERS})
112 ADD_LIBRARY(GHS3DPluginGUI ${GHS3DPluginGUI_SOURCES})
113 TARGET_LINK_LIBRARIES(GHS3DPluginGUI ${_link_LIBRARIES} )
114 INSTALL(TARGETS GHS3DPluginGUI EXPORT ${PROJECT_NAME}TargetGroup DESTINATION ${SALOME_INSTALL_LIBS})
116 INSTALL(FILES ${GHS3DPluginGUI_HEADERS} DESTINATION ${SALOME_INSTALL_HEADERS})
117 QT_INSTALL_TS_RESOURCES("${_ts_RESOURCES}" "${SALOME_GHS3DPLUGIN_INSTALL_RES_DATA}")