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
24 # additional include directories
28 ${PROJECT_SOURCE_DIR}/src/Qtx
29 ${PROJECT_SOURCE_DIR}/src/SUIT
30 ${PROJECT_SOURCE_DIR}/src/OBJECT
31 ${PROJECT_SOURCE_DIR}/src/Prs
32 ${PROJECT_SOURCE_DIR}/src/OCCViewer
35 # additional preprocessor / compiler flags
36 ADD_DEFINITIONS(${QT_DEFINITIONS} ${CAS_DEFINITIONS} ${OGL_DEFINITIONS})
38 # libraries to link to
40 ${QT_LIBRARIES} ${CAS_KERNEL} ${CAS_VIEWER}
41 qtx suit SalomeObject SalomePrs OCCViewer
46 # header files / to be processed by moc
52 # header files / no moc processing
58 # header files / to install
59 SET(SOCC_HEADERS ${_moc_HEADERS} ${_other_HEADERS})
63 # sources / moc wrappings
64 QT4_WRAP_CPP(_moc_SOURCES ${_moc_HEADERS})
73 # sources / to compile
74 SET(SOCC_SOURCES ${_other_SOURCES} ${_moc_SOURCES})
78 ADD_LIBRARY(SOCC ${SOCC_SOURCES})
79 TARGET_LINK_LIBRARIES(SOCC ${_link_LIBRARIES})
80 INSTALL(TARGETS SOCC EXPORT ${PROJECT_NAME}TargetGroup DESTINATION ${SALOME_INSTALL_LIBS})
82 INSTALL(FILES ${SOCC_HEADERS} DESTINATION ${SALOME_INSTALL_HEADERS})