Salome HOME
Adapt to new Salome CMake
[modules/parametric.git] / idl / CMakeLists.txt
1 # Copyright (C) 2012-2013 EDF
2 #
3 # This file is part of SALOME PARAMETRIC module.
4 #
5 # SALOME PARAMETRIC module is free software: you can redistribute it and/or modify
6 # it under the terms of the GNU Lesser General Public License as published by
7 # the Free Software Foundation, either version 3 of the License, or
8 # (at your option) any later version.
9 #
10 # SALOME PARAMETRIC module is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 # GNU Lesser General Public License for more details.
14 #
15 # You should have received a copy of the GNU Lesser General Public License
16 # along with SALOME PARAMETRIC module.  If not, see <http://www.gnu.org/licenses/>.
17
18 INCLUDE(UseOmniORB)
19
20 INCLUDE_DIRECTORIES(
21   ${OMNIORB_INCLUDE_DIR}
22   ${KERNEL_ROOT_DIR}/include/salome
23   ${CMAKE_CURRENT_BINARY_DIR}
24 )
25
26 SET(PARAMETRIC_IDL_FILES PARAMETRIC_Gen.idl)
27 SET(IDL_INCLUDE_DIRS ${KERNEL_ROOT_DIR}/idl/salome)
28
29 OMNIORB_ADD_MODULE(SalomeIDLPARAMETRIC "${PARAMETRIC_IDL_FILES}" "${IDL_INCLUDE_DIRS}" SHARED)
30 TARGET_LINK_LIBRARIES(SalomeIDLPARAMETRIC ${OMNIORB_LIBRARIES} ${KERNEL_LDFLAGS} ${SalomeIDLKernel})
31 SET_TARGET_PROPERTIES(SalomeIDLPARAMETRIC PROPERTIES COMPILE_FLAGS "${OMNIORB_DEFINITIONS}")
32
33 INSTALL(TARGETS SalomeIDLPARAMETRIC DESTINATION ${LIBDIR})