1 # Copyright (C) 2013-2024 CEA, EDF
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}
28 ${KERNEL_INCLUDE_DIRS}
32 ${MEDCOUPLING_INCLUDE_DIRS}
34 ${OMNIORB_INCLUDE_DIR}
35 ${MESHGEMS_INCLUDE_DIRS}
36 ${CMAKE_CURRENT_BINARY_DIR}
37 ${PROJECT_BINARY_DIR}/idl
38 ${PROJECT_SOURCE_DIR}/src/BLSURFPlugin
39 ${PROJECT_SOURCE_DIR}/src/GUI
42 # additional preprocessor / compiler flags
45 ${OMNIORB_DEFINITIONS}
46 ${OpenCASCADE_DEFINITIONS}
50 # libraries to link to
63 ${SMESH_StdMeshersGUI}
64 ${SMESH_SMESHFiltersSelection}
65 ${OpenCASCADE_FoundationClasses_LIBRARIES}
73 # header files / to be processed by moc
74 SET(BLSURFPluginGUI_HEADERS
75 BLSURFPluginGUI_HypothesisCreator.h
77 BLSURFPluginGUI_TreeWidget.h
82 # sources / moc wrappings
83 QT_WRAP_MOC(_moc_SOURCES ${BLSURFPluginGUI_HEADERS})
88 BLSURFPluginGUI_StdWidget.cxx
89 BLSURFPluginGUI_AdvWidget.cxx
90 BLSURFPluginGUI_HypothesisCreator.cxx
91 BLSURFPluginGUI_TreeWidget.cxx
96 # resource files / to be processed by lrelease
98 BLSURFPlugin_images.ts
99 BLSURFPlugin_msg_en.ts
100 BLSURFPlugin_msg_fr.ts
101 BLSURFPlugin_msg_ja.ts
104 # resource files / to be processed by uic
106 BLSURFPluginGUI_StdWidget_QTD.ui
107 BLSURFPluginGUI_AdvWidget_QTD.ui
110 # header files / uic wrappings
111 QT_WRAP_UIC(_uic_HEADERS ${_uic_files})
113 # sources / to compile
114 SET(BLSURFPluginGUI_SOURCES ${_other_SOURCES} ${_moc_SOURCES} ${_uic_HEADERS})
118 ADD_LIBRARY(BLSURFPluginGUI ${BLSURFPluginGUI_SOURCES})
119 TARGET_LINK_LIBRARIES(BLSURFPluginGUI ${_link_LIBRARIES} )
120 INSTALL(TARGETS BLSURFPluginGUI EXPORT ${PROJECT_NAME}TargetGroup DESTINATION ${SALOME_INSTALL_LIBS})
122 INSTALL(FILES ${BLSURFPluginGUI_HEADERS} DESTINATION ${SALOME_INSTALL_HEADERS})
124 QT_INSTALL_TS_RESOURCES("${_ts_RESOURCES}" "${SALOME_BLSURFPLUGIN_INSTALL_RES_DATA}")