Salome HOME
Merge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0
[modules/shaper.git] / src / GeomAlgoAPI / CMakeLists.txt
index 5ae5c8e50fee6e2f4f5e3037c29cb1066342d4df..de7f2da3e7b1826fc96fbaf9ab4113c81b5aa191 100644 (file)
@@ -17,6 +17,8 @@ SET(PROJECT_HEADERS
     GeomAlgoAPI_MakeShape.h
     GeomAlgoAPI_DFLoader.h
     GeomAlgoAPI_Placement.h
+    GeomAlgoAPI_BREPImport.h
+    GeomAlgoAPI_STEPImport.h
 )
 
 SET(PROJECT_SOURCES
@@ -30,16 +32,26 @@ SET(PROJECT_SOURCES
     GeomAlgoAPI_MakeShape.cpp
     GeomAlgoAPI_DFLoader.cpp
     GeomAlgoAPI_Placement.cpp
+    GeomAlgoAPI_BREPImport.cpp
+    GeomAlgoAPI_STEPImport.cpp
 )
 
 SET(PROJECT_LIBRARIES
     GeomAPI
-    ModelAPI 
-    ${CAS_TKBool} 
+    ModelAPI
+    ${CAS_OCAF}
+    ${CAS_SHAPE}
     ${CAS_TKBO} 
+    ${CAS_TKBool} 
+    ${CAS_TKBRep}
+    ${CAS_TKCAF}
+    ${CAS_TKCAF}
+    ${CAS_TKLCAF}
     ${CAS_TKPrim}
-    ${CAS_SHAPE}
+    ${CAS_TKSTEP}
+    ${CAS_TKSTEPBase}
     ${CAS_TKTopAlgo}
+    ${CAS_TKXSBase} 
 )
 
 ADD_DEFINITIONS(-DGEOMALGOAPI_EXPORTS ${CAS_DEFINITIONS})