From ed6b30fc085a5b4817d4d2443d2ea7474ab18714 Mon Sep 17 00:00:00 2001 From: ageay Date: Fri, 29 Jun 2012 14:31:25 +0000 Subject: [PATCH] Addition of getName methods for PARAVIS --- src/MEDCouplingCorba/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/MEDCouplingCorba/CMakeLists.txt b/src/MEDCouplingCorba/CMakeLists.txt index c3905fd24..e4d866dff 100644 --- a/src/MEDCouplingCorba/CMakeLists.txt +++ b/src/MEDCouplingCorba/CMakeLists.txt @@ -43,6 +43,7 @@ SET(medcouplingcorba_SOURCES MEDCouplingFieldOverTimeServant.cxx DataArrayDoubleServant.cxx DataArrayIntServant.cxx + DataArrayServant.cxx ) ADD_LIBRARY(medcouplingcorba SHARED ${medcouplingcorba_SOURCES}) -- 2.39.2