Salome HOME
Fix solvespace version number in environment.
[modules/shaper.git] / src / GeomAlgoAPI / CMakeLists.txt
index 3bc40373254e4e79147ef4d5f48ef69212d9e858..24c17e62d685f5b36d7defc685334f5afc6feb1f 100644 (file)
@@ -13,15 +13,15 @@ SET(PROJECT_HEADERS
     GeomAlgoAPI_EdgeBuilder.h
     GeomAlgoAPI_PointBuilder.h
     GeomAlgoAPI_SketchBuilder.h
-    GeomAlgoAPI_Extrusion.h
     GeomAlgoAPI_Prism.h
     GeomAlgoAPI_Revolution.h
     GeomAlgoAPI_Boolean.h
     GeomAlgoAPI_Rotation.h
-    GeomAlgoAPI_Movement.h
+    GeomAlgoAPI_Translation.h
     GeomAlgoAPI_MakeShape.h
+    GeomAlgoAPI_MakeShapeCustom.h
     GeomAlgoAPI_MakeShapeList.h
-    GeomAlgoAPI_ShapeProps.h
+    GeomAlgoAPI_MakeSweep.h
     GeomAlgoAPI_DFLoader.h
     GeomAlgoAPI_Placement.h
     GeomAlgoAPI_BREPImport.h
@@ -30,6 +30,10 @@ SET(PROJECT_HEADERS
     GeomAlgoAPI_BREPExport.h
     GeomAlgoAPI_STEPExport.h
     GeomAlgoAPI_IGESExport.h
+    GeomAlgoAPI_Transform.h
+    GeomAlgoAPI_ShapeTools.h
+    GeomAlgoAPI_Partition.h
+    GeomAlgoAPI_PaveFiller.h
 )
 
 SET(PROJECT_SOURCES
@@ -39,15 +43,15 @@ SET(PROJECT_SOURCES
     GeomAlgoAPI_EdgeBuilder.cpp
     GeomAlgoAPI_PointBuilder.cpp
     GeomAlgoAPI_SketchBuilder.cpp
-    GeomAlgoAPI_Extrusion.cpp
     GeomAlgoAPI_Prism.cpp
     GeomAlgoAPI_Revolution.cpp
     GeomAlgoAPI_Boolean.cpp
     GeomAlgoAPI_Rotation.cpp
-    GeomAlgoAPI_Movement.cpp
+    GeomAlgoAPI_Translation.cpp
     GeomAlgoAPI_MakeShape.cpp
+    GeomAlgoAPI_MakeShapeCustom.cpp
     GeomAlgoAPI_MakeShapeList.cpp
-    GeomAlgoAPI_ShapeProps.cpp
+    GeomAlgoAPI_MakeSweep.cpp
     GeomAlgoAPI_DFLoader.cpp
     GeomAlgoAPI_Placement.cpp
     GeomAlgoAPI_BREPImport.cpp
@@ -56,10 +60,15 @@ SET(PROJECT_SOURCES
     GeomAlgoAPI_BREPExport.cpp
     GeomAlgoAPI_STEPExport.cpp
     GeomAlgoAPI_IGESExport.cpp
+    GeomAlgoAPI_Transform.cpp
+    GeomAlgoAPI_ShapeTools.cpp
+    GeomAlgoAPI_Partition.cpp
+    GeomAlgoAPI_PaveFiller.cpp
 )
 
 SET(PROJECT_LIBRARIES
     GeomAPI
+    GeomAlgoImpl
     ModelAPI
     ${CAS_OCAF}
     ${CAS_SHAPE}
@@ -74,7 +83,8 @@ SET(PROJECT_LIBRARIES
     ${CAS_TKSTEPBase}
     ${CAS_TKIGES}
     ${CAS_TKTopAlgo}
-    ${CAS_TKXSBase} 
+    ${CAS_TKXSBase}
+    ${CAS_TKOffset}
 )
 
 ADD_DEFINITIONS(-DGEOMALGOAPI_EXPORTS ${CAS_DEFINITIONS})
@@ -87,6 +97,7 @@ SET_SOURCE_FILES_PROPERTIES(GeomAlgoAPI.i PROPERTIES SWIG_DEFINITIONS "-shadow")
 
 INCLUDE_DIRECTORIES(
   ../GeomAPI
+  ../GeomAlgoImpl
   ../ModelAPI
   ${CAS_INCLUDE_DIRS}
 )
@@ -100,6 +111,7 @@ SET(SWIG_SCRIPTS
 SET(SWIG_LINK_LIBRARIES
   GeomAPI
   GeomAlgoAPI
+  GeomAlgoImpl
   ${PYTHON_LIBRARIES}
 )