Salome HOME
Merge remote branch 'origin/V7_dev' into V8_0_0_BR
[modules/geom.git] / src / GEOM / CMakeLists.txt
index 0670561524dfee55d09eb803c1da6a31411c286d..ccdb2c69e2d21968a66cd6501474bd4c2b90f97b 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2012-2015  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
@@ -48,9 +48,6 @@ SET(_link_LIBRARIES
 
 SET(GEOM_HEADERS
   GEOM_Application.hxx
-  GEOM_Application.ixx
-  GEOM_Application.jxx
-  Handle_GEOM_Application.hxx
   GEOM_Engine.hxx
   GEOM_Function.hxx
   GEOM_Object.hxx
@@ -61,10 +58,8 @@ SET(GEOM_HEADERS
   GEOM_ISubShape.hxx
   GEOM_Solver.hxx
   GEOM_PythonDump.hxx
-  GEOM_DataMapIteratorOfDataMapOfAsciiStringTransient.hxx
-  GEOM_DataMapNodeOfDataMapOfAsciiStringTransient.hxx
   GEOM_DataMapOfAsciiStringTransient.hxx
-  Handle_GEOM_DataMapNodeOfDataMapOfAsciiStringTransient.hxx
+  GEOM_BaseObject.hxx
   )
 
 # --- sources ---
@@ -81,9 +76,6 @@ SET(GEOM_SOURCES
   GEOM_BaseDriver.cxx
   GEOM_SubShapeDriver.cxx
   GEOM_PythonDump.cxx
-  GEOM_DataMapNodeOfDataMapOfAsciiStringTransient_0.cxx
-  GEOM_DataMapIteratorOfDataMapOfAsciiStringTransient_0.cxx
-  GEOM_DataMapOfAsciiStringTransient_0.cxx
   )
 
 # --- rules ---