]> 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 e048cf9551c59a0d98623f9857843e19b6913839..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
@@ -25,7 +25,6 @@ INCLUDE_DIRECTORIES(
   ${PTHREAD_INCLUDE_DIR}
   ${KERNEL_INCLUDE_DIRS}
   ${PYTHON_INCLUDE_DIRS}
-  ${LIBXML2_INCLUDE_DIR}
   ${PROJECT_SOURCE_DIR}/src/ShHealOper
   ${PROJECT_SOURCE_DIR}/src/GEOM 
   ${PROJECT_SOURCE_DIR}/src/BlockFix
@@ -40,7 +39,6 @@ INCLUDE_DIRECTORIES(
 # additional preprocessor / compiler flags
 ADD_DEFINITIONS(
   ${CAS_DEFINITIONS}
-  ${LIBXML2_DEFINITIONS} 
   ${PYTHON_DEFINITIONS}
   )
 
@@ -49,7 +47,6 @@ SET(_link_LIBRARIES
   ${CAS_TKFeat}
   ${CAS_TKFillet}
   ${PYTHON_LIBRARIES}
-  ${LIBXML2_LIBRARIES}
   ShHealOper GEOMbasic BlockFix GEOMAlgo GEOMUtils GEOMSketcher GEOMArchimede XAO
   ${KERNEL_SALOMELocalTrace}
   )
@@ -68,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
@@ -95,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
@@ -122,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
@@ -149,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
@@ -172,8 +175,6 @@ SET(GEOMImpl_HEADERS
   GEOMImpl_GlueDriver.hxx
   GEOMImpl_Types.hxx
   GEOM_GEOMImpl.hxx
-  GEOMImpl_IImportExportXAO.hxx
-  GEOMImpl_XAODriver.hxx
   )
 # --- sources ---
 
@@ -188,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
@@ -220,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
@@ -242,7 +247,6 @@ SET(GEOMImpl_SOURCES
   GEOMImpl_FillingDriver.cxx
   GEOMImpl_GlueDriver.cxx
   GEOMImpl_FieldDriver.cxx
-  GEOMImpl_XAODriver.cxx
   )
 
 # --- rules ---