Salome HOME
Issue #631 - Uncatched problem in XML file
[modules/shaper.git] / src / GeomAPI / CMakeLists.txt
index eec0e4d2c7529624f826adaf78ed1a25c0dd21d2..afe2bd4acf30d3f028fc08b07b64a5583469f045 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
@@ -27,7 +28,10 @@ SET(PROJECT_HEADERS
     GeomAPI_IPresentable.h
     GeomAPI_Curve.h 
     GeomAPI_DataMapOfShapeShape.h
-       GeomAPI_ICustomPrs.h
+    GeomAPI_ICustomPrs.h
+    GeomAPI_Vertex.h
+    GeomAPI_Ax1.h
+    GeomAPI_Ax3.h
 )
 
 SET(PROJECT_SOURCES
@@ -44,12 +48,17 @@ SET(PROJECT_SOURCES
     GeomAPI_Dir2d.cpp
     GeomAPI_Pln.cpp
     GeomAPI_Shape.cpp
+    GeomAPI_ShapeExplorer.cpp
     GeomAPI_Edge.cpp
     GeomAPI_Face.cpp
     GeomAPI_PlanarEdges.cpp
     GeomAPI_AISObject.cpp
     GeomAPI_Curve.cpp
     GeomAPI_DataMapOfShapeShape.cpp
+    GeomAPI_Vertex.cpp
+    GeomAPI_ICustomPrs.cpp
+    GeomAPI_Ax1.cpp
+    GeomAPI_Ax3.cpp
 )
 
 SET(PROJECT_LIBRARIES
@@ -63,7 +72,7 @@ SET(PROJECT_LIBRARIES
 ADD_DEFINITIONS(-DGEOMAPI_EXPORTS ${CAS_DEFINITIONS})
 ADD_LIBRARY(GeomAPI SHARED ${PROJECT_SOURCES} ${PROJECT_HEADERS})
 
-SET(CMAKE_SWIG_FLAGS "")
+SET(CMAKE_SWIG_FLAGS -threads -Wall)
 
 SET_SOURCE_FILES_PROPERTIES(GeomAPI.i PROPERTIES CPLUSPLUS ON)
 SET_SOURCE_FILES_PROPERTIES(GeomAPI.i PROPERTIES SWIG_DEFINITIONS "-shadow")