X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDLoader%2FCMakeLists.txt;h=2cada03fe9cf463070d7e7f795653a9a2389e7c8;hb=88916ccf9c681624b682d10a62c1ee376324c946;hp=de68f97d8583c9acf4d04b0b463e6256f39dc879;hpb=5333bed206ae35b171662cf2a5651243c840c036;p=tools%2Fmedcoupling.git diff --git a/src/MEDLoader/CMakeLists.txt b/src/MEDLoader/CMakeLists.txt index de68f97d8..2cada03fe 100644 --- a/src/MEDLoader/CMakeLists.txt +++ b/src/MEDLoader/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2016 CEA/DEN, EDF R&D +# Copyright (C) 2012-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 @@ -63,6 +63,10 @@ SET(medloader_SOURCES MEDFileBasis.cxx MEDFileMeshLL.cxx MEDFileField.cxx + MEDFileFieldInternal.cxx + MEDFileFieldGlobs.cxx + MEDFileField1TS.cxx + MEDFileFieldMultiTS.cxx MEDFileJoint.cxx MEDFileEquivalence.cxx MEDFileParameter.cxx @@ -72,6 +76,7 @@ SET(medloader_SOURCES MEDFileMeshSupport.cxx MEDFileStructureElement.cxx MEDFileEntities.cxx + MEDFileBlowStrEltUp.cxx SauvMedConvertor.cxx SauvReader.cxx SauvWriter.cxx @@ -79,7 +84,7 @@ SET(medloader_SOURCES ADD_LIBRARY(medloader ${medloader_SOURCES}) SET_TARGET_PROPERTIES(medloader PROPERTIES COMPILE_FLAGS "") -TARGET_LINK_LIBRARIES(medloader medcoupling ${MEDFILE_C_LIBRARIES} ${HDF5_LIBRARIES} ${MEDLOADER_XDR_LIBRARIES}) +TARGET_LINK_LIBRARIES(medloader medcouplingcpp ${MEDFILE_C_LIBRARIES} ${HDF5_LIBRARIES} ${MEDLOADER_XDR_LIBRARIES}) INSTALL(TARGETS medloader EXPORT ${PROJECT_NAME}TargetGroup DESTINATION ${MEDCOUPLING_INSTALL_LIBS}) FILE(GLOB medloader_HEADERS_HXX "${CMAKE_CURRENT_SOURCE_DIR}/*.hxx")