Salome HOME
A fix for the next case:
[modules/shaper.git] / src / GeomAlgoAPI / CMakeLists.txt
index de7f2da3e7b1826fc96fbaf9ab4113c81b5aa191..83a668987dc3824de0e2c3674b65aa1ae50a2814 100644 (file)
@@ -7,33 +7,47 @@ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})
 
 SET(PROJECT_HEADERS
     GeomAlgoAPI.h
+    GeomAlgoAPI_Tools.h
     GeomAlgoAPI_CompoundBuilder.h
     GeomAlgoAPI_FaceBuilder.h
     GeomAlgoAPI_EdgeBuilder.h
     GeomAlgoAPI_PointBuilder.h
     GeomAlgoAPI_SketchBuilder.h
     GeomAlgoAPI_Extrusion.h
+    GeomAlgoAPI_Prism.h
     GeomAlgoAPI_Boolean.h
     GeomAlgoAPI_MakeShape.h
+    GeomAlgoAPI_ShapeProps.h
     GeomAlgoAPI_DFLoader.h
     GeomAlgoAPI_Placement.h
     GeomAlgoAPI_BREPImport.h
     GeomAlgoAPI_STEPImport.h
+    GeomAlgoAPI_IGESImport.h
+    GeomAlgoAPI_BREPExport.h
+    GeomAlgoAPI_STEPExport.h
+    GeomAlgoAPI_IGESExport.h
 )
 
 SET(PROJECT_SOURCES
+    GeomAlgoAPI_Tools.cpp
     GeomAlgoAPI_CompoundBuilder.cpp
     GeomAlgoAPI_FaceBuilder.cpp
     GeomAlgoAPI_EdgeBuilder.cpp
     GeomAlgoAPI_PointBuilder.cpp
     GeomAlgoAPI_SketchBuilder.cpp
     GeomAlgoAPI_Extrusion.cpp
+    GeomAlgoAPI_Prism.cpp
     GeomAlgoAPI_Boolean.cpp
     GeomAlgoAPI_MakeShape.cpp
+    GeomAlgoAPI_ShapeProps.cpp
     GeomAlgoAPI_DFLoader.cpp
     GeomAlgoAPI_Placement.cpp
     GeomAlgoAPI_BREPImport.cpp
     GeomAlgoAPI_STEPImport.cpp
+    GeomAlgoAPI_IGESImport.cpp
+    GeomAlgoAPI_BREPExport.cpp
+    GeomAlgoAPI_STEPExport.cpp
+    GeomAlgoAPI_IGESExport.cpp
 )
 
 SET(PROJECT_LIBRARIES
@@ -50,6 +64,7 @@ SET(PROJECT_LIBRARIES
     ${CAS_TKPrim}
     ${CAS_TKSTEP}
     ${CAS_TKSTEPBase}
+    ${CAS_TKIGES}
     ${CAS_TKTopAlgo}
     ${CAS_TKXSBase} 
 )