Salome HOME
Fix for a crash: Create sketch, circle, Radius constraint with 0 value.
[modules/shaper.git] / src / GeomAPI / CMakeLists.txt
index e1726ca506616a4d427fcf096c58dc212fc1c1db..12450b5efcd3d7a92bd7d3181b379b17de14d38f 100644 (file)
@@ -20,6 +20,7 @@ SET(PROJECT_HEADERS
     GeomAPI_Dir2d.h
     GeomAPI_Pln.h
     GeomAPI_Shape.h
+    GeomAPI_ShapeExplorer.h
     GeomAPI_Edge.h
     GeomAPI_Face.h
     GeomAPI_PlanarEdges.h
@@ -29,7 +30,9 @@ SET(PROJECT_HEADERS
     GeomAPI_DataMapOfShapeShape.h
     GeomAPI_ICustomPrs.h
     GeomAPI_Vertex.h
-       GeomAPI_Ax3.h
+    GeomAPI_Ax1.h
+    GeomAPI_Ax3.h
+    GeomAPI_Trsf.h
 )
 
 SET(PROJECT_SOURCES
@@ -46,6 +49,7 @@ SET(PROJECT_SOURCES
     GeomAPI_Dir2d.cpp
     GeomAPI_Pln.cpp
     GeomAPI_Shape.cpp
+    GeomAPI_ShapeExplorer.cpp
     GeomAPI_Edge.cpp
     GeomAPI_Face.cpp
     GeomAPI_PlanarEdges.cpp
@@ -54,7 +58,10 @@ SET(PROJECT_SOURCES
     GeomAPI_DataMapOfShapeShape.cpp
     GeomAPI_Vertex.cpp
     GeomAPI_ICustomPrs.cpp
-       GeomAPI_Ax3.cpp
+    GeomAPI_Ax1.cpp
+    GeomAPI_Ax3.cpp
+    GeomAPI_IPresentable.cpp
+    GeomAPI_Trsf.cpp
 )
 
 SET(PROJECT_LIBRARIES