Salome HOME
[ICoCo]: ICoCo part as a new sub library: libmedicoco.so
authorabn <adrien.bruneton@cea.fr>
Tue, 30 Mar 2021 19:39:44 +0000 (21:39 +0200)
committerabn <adrien.bruneton@cea.fr>
Thu, 1 Apr 2021 18:14:17 +0000 (20:14 +0200)
commit34b392fa962cf123d25a685aa983d79ede02f3cd
tree2be2d60d0b1589460ad6fa7d3cb7264419fc84b4
parent6eaf33a3852907941962773985a64359b0fe2f41
[ICoCo]: ICoCo part as a new sub library: libmedicoco.so

+ Python wrapping is done in "medcoupling"
16 files changed:
CMakeLists.txt
MEDCouplingConfig.cmake.in
src/CMakeLists.txt
src/CTestTestfileInstall.cmake.in
src/ICoCo/CMakeLists.txt [new file with mode: 0644]
src/ICoCo/Readme.txt
src/ICoCo/Swig/CMakeLists.txt [new file with mode: 0644]
src/ICoCo/Swig/CTestTestfileInstall.cmake [new file with mode: 0644]
src/ICoCo/Swig/ICoCoMEDFieldTest.py [new file with mode: 0755]
src/ICoCo/Swig/tests.set [new file with mode: 0644]
src/MEDCoupling/CMakeLists.txt
src/MEDCoupling_Swig/ICoCoMEDFieldTest.py [deleted file]
src/MEDCoupling_Swig/MEDCoupling.i
src/MEDCoupling_Swig/tests.set
src/ParaMEDMEM/CMakeLists.txt
src/PyWrapping/CMakeLists.txt