Salome HOME
Hide scroll bar in SALOME
[modules/shaper.git] / src / GeomAlgoAPI / CMakeLists.txt
index 84105385f42764f97c25112a439e55a01f27ecaf..bb0ce3fe485bb768a3a989537ec6824a7fca197f 100644 (file)
@@ -37,6 +37,14 @@ SET(PROJECT_HEADERS
     GeomAlgoAPI_Intersection.h
     GeomAlgoAPI_Pipe.h
     GeomAlgoAPI_WireBuilder.h
+    GeomAlgoAPI_Sewing.h
+    GeomAlgoAPI_ShapeBuilder.h
+    GeomAlgoAPI_ShapeAPI.h
+    GeomAlgoAPI_Exception.h
+    GeomAlgoAPI_Box.h
+    GeomAlgoAPI_BoxPoints.h
+    GeomAlgoAPI_XAOExport.h
+    GeomAlgoAPI_XAOImport.h
 )
 
 SET(PROJECT_SOURCES
@@ -70,12 +78,21 @@ SET(PROJECT_SOURCES
     GeomAlgoAPI_Intersection.cpp
     GeomAlgoAPI_Pipe.cpp
     GeomAlgoAPI_WireBuilder.cpp
+    GeomAlgoAPI_Sewing.cpp
+    GeomAlgoAPI_ShapeBuilder.cpp
+    GeomAlgoAPI_ShapeAPI.cpp
+    GeomAlgoAPI_Exception.cpp
+    GeomAlgoAPI_Box.cpp
+    GeomAlgoAPI_BoxPoints.cpp
+    GeomAlgoAPI_XAOExport.cpp
+    GeomAlgoAPI_XAOImport.cpp
 )
 
 SET(PROJECT_LIBRARIES
     GeomAPI
     GeomAlgoImpl
     ModelAPI
+    XAO
     ${CAS_OCAF}
     ${CAS_SHAPE}
     ${CAS_TKBO}
@@ -105,6 +122,7 @@ INCLUDE_DIRECTORIES(
   ../GeomAPI
   ../GeomAlgoImpl
   ../ModelAPI
+  ../XAO
   ${CAS_INCLUDE_DIRS}
 )