Salome HOME
Add examples for the definition of the experimental plane with a script or with a...
[modules/parametric.git] / idl / CMakeLists.txt
1 # Copyright (C) 2012-2014 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)  # Provided by KERNEL
19
20 INCLUDE_DIRECTORIES(
21   ${OMNIORB_INCLUDE_DIR}
22   ${CMAKE_CURRENT_BINARY_DIR}
23   ${KERNEL_INCLUDE_DIRS}
24 )
25
26 SET(SalomeIDLPARAMETRIC_IDLSOURCES
27   PARAMETRIC_Gen.idl
28 )
29
30 SET(_idl_include_dirs
31   ${KERNEL_ROOT_DIR}/idl/salome
32 )
33
34 SET(_idl_link_flags
35   ${KERNEL_SalomeIDLKernel}
36 )
37
38 OMNIORB_ADD_MODULE(SalomeIDLPARAMETRIC "${SalomeIDLPARAMETRIC_IDLSOURCES}" "${_idl_include_dirs}" "${_idl_link_flags}")
39 INSTALL(TARGETS SalomeIDLPARAMETRIC EXPORT ${PROJECT_NAME}TargetGroup DESTINATION ${SALOME_INSTALL_LIBS})