Salome HOME
Update tests for Fedora-24 and Ubuntu-16.04
[tools/medcoupling.git] / src / ParaMEDMEM / CMakeLists.txt
index cede082353f6f5f95c63e07518b4c4caa0cd80b7..4ba14124d5bb3b6c909c7761f9f28651d7441edf 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2015  CEA/DEN, EDF R&D
+# Copyright (C) 2012-2016  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
@@ -24,6 +24,7 @@ INCLUDE_DIRECTORIES(
   ${MPI_INCLUDE_DIRS}
   ${CMAKE_CURRENT_SOURCE_DIR}
   ${CMAKE_CURRENT_SOURCE_DIR}/../MEDCoupling
+  ${CMAKE_CURRENT_SOURCE_DIR}/../ICoCo
   ${CMAKE_CURRENT_SOURCE_DIR}/../INTERP_KERNEL
   ${CMAKE_CURRENT_SOURCE_DIR}/../INTERP_KERNEL/Bases
   ${CMAKE_CURRENT_SOURCE_DIR}/../INTERP_KERNEL/Geometric2D
@@ -53,15 +54,13 @@ SET(paramedmem_SOURCES
   ExplicitTopology.cxx
   MxN_Mapping.cxx
   OverlapMapping.cxx
-  ICoCoMEDField.cxx
-  ICoCoField.cxx
   ParaFIELD.cxx
   ParaGRID.cxx
   BlockTopology.cxx
   ExplicitMapping.cxx
   )
 
-ADD_LIBRARY(paramedmem SHARED ${paramedmem_SOURCES})
+ADD_LIBRARY(paramedmem ${paramedmem_SOURCES})
 TARGET_LINK_LIBRARIES(paramedmem medcoupling ${MPI_LIBRARIES})
 INSTALL(TARGETS paramedmem EXPORT ${PROJECT_NAME}TargetGroup DESTINATION ${MEDCOUPLING_INSTALL_LIBS})