X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FINTERP_KERNEL%2FCMakeLists.txt;h=7fe1bd1163a4b5b1a21a21c560a6bf4379271e6b;hb=19a5d11f2c31745a83bd6993357263641c0babe5;hp=c11319ff8aef0aa7206cc743539999e687b6feea;hpb=d40f0fdb4e67ed8a7c910935954c546290e2b732;p=tools%2Fmedcoupling.git diff --git a/src/INTERP_KERNEL/CMakeLists.txt b/src/INTERP_KERNEL/CMakeLists.txt index c11319ff8..7fe1bd116 100644 --- a/src/INTERP_KERNEL/CMakeLists.txt +++ b/src/INTERP_KERNEL/CMakeLists.txt @@ -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 @@ -27,6 +27,7 @@ SET(interpkernel_SOURCES TetraAffineTransform.cxx CellModel.cxx DiameterCalculator.cxx + OrientationInverter.cxx UnitTetraIntersectionBary.cxx InterpolationOptions.cxx BoxSplittingOptions.cxx @@ -35,6 +36,7 @@ SET(interpkernel_SOURCES Interpolation3DSurf.cxx Interpolation3D.cxx Interpolation2D3D.cxx + Interpolation3D1D.cxx MeshElement.cxx InterpKernelMeshQuality.cxx InterpKernelCellSimplify.cxx @@ -74,7 +76,7 @@ IF(NOT WIN32) SET(PLATFORM_MMAP "-D_POSIX_MAPPED_FILES") ENDIF(NOT WIN32) -ADD_LIBRARY(interpkernel SHARED ${interpkernel_SOURCES}) +ADD_LIBRARY(interpkernel ${interpkernel_SOURCES}) SET_TARGET_PROPERTIES(interpkernel PROPERTIES COMPILE_FLAGS "${PLATFORM_MMAP}") TARGET_LINK_LIBRARIES(interpkernel ${PLATFORM_LIBS}) INSTALL(TARGETS interpkernel EXPORT ${PROJECT_NAME}TargetGroup DESTINATION ${MEDCOUPLING_INSTALL_LIBS})