]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/GEOMImpl/CMakeLists.txt
Salome HOME
Fix pb in non-regression scripts, caused by previous integration
[modules/geom.git] / src / GEOMImpl / CMakeLists.txt
index ef065f78c9610d71a6ae42eafef399e1980f0d89..a09066811d366dd93546347d84c08eedcce281d0 100755 (executable)
@@ -1,9 +1,9 @@
-# Copyright (C) 2012-2013  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2012-2014  CEA/DEN, EDF R&D, OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
-# version 2.1 of the License.
+# version 2.1 of the License, or (at your option) any later version.
 #
 # This library is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -65,13 +65,16 @@ SET(GEOMImpl_HEADERS
   GEOMImpl_ICurvesOperations.hxx
   GEOMImpl_ILocalOperations.hxx
   GEOMImpl_IInsertOperations.hxx
+  GEOMImpl_IECallBack.hxx
   GEOMImpl_IMeasureOperations.hxx
   GEOMImpl_IGroupOperations.hxx
   GEOMImpl_IFieldOperations.hxx
+  GEOMImpl_IBaseIEOperations.hxx
   GEOMImpl_IGlue.hxx
   GEOMImpl_PointDriver.hxx
   GEOMImpl_IPoint.hxx
   GEOMImpl_IPolyline.hxx
+  GEOMImpl_IPolyline2D.hxx
   GEOMImpl_ICircle.hxx
   GEOMImpl_ISpline.hxx
   GEOMImpl_IEllipse.hxx
@@ -92,6 +95,7 @@ SET(GEOMImpl_HEADERS
   GEOMImpl_IMarker.hxx
   GEOMImpl_ITranslate.hxx
   GEOMImpl_IMirror.hxx
+  GEOMImpl_IProjection.hxx
   GEOMImpl_IOffset.hxx
   GEOMImpl_IScale.hxx
   GEOMImpl_IRotate.hxx
@@ -119,6 +123,7 @@ SET(GEOMImpl_HEADERS
   GEOMImpl_IPipeShellSect.hxx
   GEOMImpl_IPipeBiNormal.hxx
   GEOMImpl_ICurveParametric.hxx
+  GEOMImpl_IIsoline.hxx
   GEOMImpl_VectorDriver.hxx
   GEOMImpl_LineDriver.hxx
   GEOMImpl_DiskDriver.hxx
@@ -146,6 +151,7 @@ SET(GEOMImpl_HEADERS
   GEOMImpl_Block6Explorer.hxx
   GEOMImpl_MeasureDriver.hxx
   GEOMImpl_PolylineDriver.hxx
+  GEOMImpl_PolylineDumper.hxx
   GEOMImpl_CircleDriver.hxx
   GEOMImpl_EllipseDriver.hxx
   GEOMImpl_ArcDriver.hxx
@@ -169,8 +175,6 @@ SET(GEOMImpl_HEADERS
   GEOMImpl_GlueDriver.hxx
   GEOMImpl_Types.hxx
   GEOM_GEOMImpl.hxx
-  GEOMImpl_IImportExportXAO.hxx
-  GEOMImpl_XAODriver.hxx
   )
 # --- sources ---
 
@@ -185,9 +189,12 @@ SET(GEOMImpl_SOURCES
   GEOMImpl_ICurvesOperations.cxx
   GEOMImpl_ILocalOperations.cxx
   GEOMImpl_IInsertOperations.cxx
+  GEOMImpl_IECallBack.cxx
   GEOMImpl_IMeasureOperations.cxx
   GEOMImpl_IGroupOperations.cxx
   GEOMImpl_IFieldOperations.cxx
+  GEOMImpl_IBaseIEOperations.cxx
+  GEOMImpl_IPolyline2D.cxx
   GEOMImpl_Gen.cxx
   GEOMImpl_PointDriver.cxx
   GEOMImpl_VectorDriver.cxx
@@ -217,6 +224,7 @@ SET(GEOMImpl_SOURCES
   GEOMImpl_Block6Explorer.cxx
   GEOMImpl_MeasureDriver.cxx
   GEOMImpl_PolylineDriver.cxx
+  GEOMImpl_PolylineDumper.cxx
   GEOMImpl_CircleDriver.cxx
   GEOMImpl_EllipseDriver.cxx
   GEOMImpl_ArcDriver.cxx
@@ -239,7 +247,6 @@ SET(GEOMImpl_SOURCES
   GEOMImpl_FillingDriver.cxx
   GEOMImpl_GlueDriver.cxx
   GEOMImpl_FieldDriver.cxx
-  GEOMImpl_XAODriver.cxx
   )
 
 # --- rules ---