Salome HOME
Merge branch 'Dev_1.1.0' of newgeom:newgeom.git into Dev_1.1.0
[modules/shaper.git] / src / GeomAPI / CMakeLists.txt
index eec0e4d2c7529624f826adaf78ed1a25c0dd21d2..e1726ca506616a4d427fcf096c58dc212fc1c1db 100644 (file)
@@ -27,7 +27,9 @@ SET(PROJECT_HEADERS
     GeomAPI_IPresentable.h
     GeomAPI_Curve.h 
     GeomAPI_DataMapOfShapeShape.h
-       GeomAPI_ICustomPrs.h
+    GeomAPI_ICustomPrs.h
+    GeomAPI_Vertex.h
+       GeomAPI_Ax3.h
 )
 
 SET(PROJECT_SOURCES
@@ -50,6 +52,9 @@ SET(PROJECT_SOURCES
     GeomAPI_AISObject.cpp
     GeomAPI_Curve.cpp
     GeomAPI_DataMapOfShapeShape.cpp
+    GeomAPI_Vertex.cpp
+    GeomAPI_ICustomPrs.cpp
+       GeomAPI_Ax3.cpp
 )
 
 SET(PROJECT_LIBRARIES
@@ -63,7 +68,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")