]> SALOME platform Git repositories - modules/paravis.git/blobdiff - idl/CMakeLists.txt
Salome HOME
Merge branch 'master' into V9_3_BR
[modules/paravis.git] / idl / CMakeLists.txt
index 544cd60bb443f83469a20c401b00bbad1df9bc2b..db331ec468f76d95a8810e9d86c898aaeb4b2c7a 100644 (file)
@@ -1,3 +1,22 @@
+# Copyright (C) 2016-2019  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, 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
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+#
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+#
+
 IF(SALOME_PARAVIS_BUILD_INSITU)
   INCLUDE(UseOmniORB)  # Provided by KERNEL
 
@@ -5,7 +24,7 @@ IF(SALOME_PARAVIS_BUILD_INSITU)
     ${OMNIORB_INCLUDE_DIR}
     ${KERNEL_INCLUDE_DIRS}
     ${PROJECT_BINARY_DIR}/idl
-    ${MED_INCLUDE_DIRS}
+    ${FIELDS_INCLUDE_DIRS}
     ${MEDCOUPLING_INCLUDE_DIRS}
   )
 
@@ -16,16 +35,16 @@ IF(SALOME_PARAVIS_BUILD_INSITU)
 
   SET(_idl_include_dirs
     ${KERNEL_ROOT_DIR}/idl/salome
-    ${MED_ROOT_DIR}/idl/salome
+    ${FIELDS_ROOT_DIR}/idl/salome
     
   )
 
   SET(_idl_link_flags
     ${KERNEL_SalomeIDLKernel}
-    ${MED_SalomeIDLMED}
+    ${FIELDS_SalomeIDLMED}
     
   )
 
   OMNIORB_ADD_MODULE(SalomeIDLPARAVIS "${SalomeIDLPARAVIS_IDLSOURCES}" "${_idl_include_dirs}" "${_idl_link_flags}")
   INSTALL(TARGETS SalomeIDLPARAVIS EXPORT ${PROJECT_NAME}TargetGroup DESTINATION ${SALOME_INSTALL_LIBS})
-ENDIF(SALOME_PARAVIS_BUILD_INSITU)
\ No newline at end of file
+ENDIF(SALOME_PARAVIS_BUILD_INSITU)