X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=idl%2FCMakeLists.txt;h=4e31c6b0110bf99f570b948c5364d23616db231f;hb=6d8bd41fbd1886c00525b5205b9fe5a5e49bda77;hp=3789eb188cbf40e04e7b25f397ec45a5925b458f;hpb=0abec28f55a64e8215742e9b02f955d161a8b865;p=modules%2Fparavis.git diff --git a/idl/CMakeLists.txt b/idl/CMakeLists.txt index 3789eb18..4e31c6b0 100644 --- a/idl/CMakeLists.txt +++ b/idl/CMakeLists.txt @@ -1,9 +1,9 @@ -# Copyright (C) 2010-2013 CEA/DEN, EDF R&D +# Copyright (C) 2010-2015 CEA/DEN, EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -24,28 +24,20 @@ INCLUDE_DIRECTORIES( ${PROJECT_BINARY_DIR}/idl ) -IF(NOT SALOME_PARAVIS_MINIMAL_CORBA) - INCLUDE(wrap.cmake) - # Hack to have a -D on the omniidl command line: - # (again, this shouldn't last for long ...) - SET(OMNIORB_IDLCXXFLAGS "${OMNIORB_IDLCXXFLAGS};-DPARAVIS_WITH_FULL_CORBA") - ADD_DEFINITIONS(-DPARAVIS_WITH_FULL_CORBA) -ENDIF() +ADD_DEFINITIONS(${OMNIORB_DEFINITIONS}) SET(SalomeIDLPARAVIS_IDLSOURCES - PARAVIS_Gen.idl - PARAVIS_Gen_Types.idl - ${WRAP_IDL} + ${CMAKE_CURRENT_SOURCE_DIR}/PVSERVER_Gen.idl ) - SET(_idl_include_dirs - ${CMAKE_CURRENT_SOURCE_DIR} - ${KERNEL_ROOT_DIR}/idl/salome -) - + ${CMAKE_CURRENT_SOURCE_DIR} + ${KERNEL_ROOT_DIR}/idl/salome + ) SET(_idl_link_flags ${KERNEL_SalomeIDLKernel} ) -OMNIORB_ADD_MODULE(SalomeIDLPARAVIS "${SalomeIDLPARAVIS_IDLSOURCES}" "${_idl_include_dirs}" "${_idl_link_flags}") -INSTALL(TARGETS SalomeIDLPARAVIS EXPORT ${PROJECT_NAME}TargetGroup DESTINATION ${SALOME_INSTALL_LIBS}) +# Demand Python generation: +SET(OMNIORB_PYTHON_BACKEND 1) +OMNIORB_ADD_MODULE(SalomeIDLPVServer "${SalomeIDLPARAVIS_IDLSOURCES}" "${_idl_include_dirs}" "${_idl_link_flags}") +INSTALL(TARGETS SalomeIDLPVServer EXPORT ${PROJECT_NAME}TargetGroup DESTINATION ${SALOME_INSTALL_LIBS})