Salome HOME
Remove Angle from the list of classes a useless for the current moment.
[modules/shaper.git] / src / GeomAPI / CMakeLists.txt
index 9f5ba706f2e813c5b92542a292709efdadefa0f1..3332171b0ca1317d620fe2ad888a292deb926806 100644 (file)
@@ -21,6 +21,7 @@ SET(PROJECT_HEADERS
     GeomAPI_Pln.h
     GeomAPI_Shape.h
     GeomAPI_ShapeExplorer.h
+    GeomAPI_ShapeIterator.h
     GeomAPI_Edge.h
     GeomAPI_Face.h
     GeomAPI_PlanarEdges.h
@@ -35,8 +36,8 @@ SET(PROJECT_HEADERS
     GeomAPI_Ax2.h
     GeomAPI_Ax3.h
     GeomAPI_Trsf.h
-    GeomAPI_Angle.h
     GeomAPI_Angle2d.h
+    GeomAPI_Wire.h
 )
 
 SET(PROJECT_SOURCES
@@ -54,6 +55,7 @@ SET(PROJECT_SOURCES
     GeomAPI_Pln.cpp
     GeomAPI_Shape.cpp
     GeomAPI_ShapeExplorer.cpp
+    GeomAPI_ShapeIterator.cpp
     GeomAPI_Edge.cpp
     GeomAPI_Face.cpp
     GeomAPI_PlanarEdges.cpp
@@ -68,8 +70,8 @@ SET(PROJECT_SOURCES
     GeomAPI_Ax3.cpp
     GeomAPI_IPresentable.cpp
     GeomAPI_Trsf.cpp
-    GeomAPI_Angle.cpp
     GeomAPI_Angle2d.cpp
+    GeomAPI_Wire.cpp
 )
 
 SET(PROJECT_LIBRARIES
@@ -78,6 +80,7 @@ SET(PROJECT_LIBRARIES
     ${CAS_VIEWER}
     ${CAS_SHAPE}
     ${CAS_TKTopAlgo}
+    ${CAS_TKBO}
 )
 
 ADD_DEFINITIONS(-DGEOMAPI_EXPORTS ${CAS_DEFINITIONS})