Salome HOME
Issue #3052: Conflicting constraint after trim ellipse
[modules/shaper.git] / src / CollectionAPI / CMakeLists.txt
index a29a97b96bfacf05d5811eb4b2aed8386e214f2e..f5c90abee6966ff63ada5cd6274526537390f50b 100644 (file)
@@ -22,11 +22,17 @@ INCLUDE(Common)
 SET(PROJECT_HEADERS
   CollectionAPI.h
   CollectionAPI_Group.h
+  CollectionAPI_GroupAddition.h
+  CollectionAPI_GroupIntersection.h
+  CollectionAPI_GroupSubstraction.h
   CollectionAPI_Field.h
 )
 
 SET(PROJECT_SOURCES
   CollectionAPI_Group.cpp
+  CollectionAPI_GroupAddition.cpp
+  CollectionAPI_GroupIntersection.cpp
+  CollectionAPI_GroupSubstraction.cpp
   CollectionAPI_Field.cpp
 )
 
@@ -57,6 +63,8 @@ TARGET_LINK_LIBRARIES(CollectionAPI ${PROJECT_LIBRARIES})
 
 INCLUDE(PythonAPI)
 
+SET(CMAKE_SWIG_FLAGS -threads -w325,321,302,362,322,383,403,509)
+
 SET_SOURCE_FILES_PROPERTIES(CollectionAPI.i PROPERTIES CPLUSPLUS ON)
 SET_SOURCE_FILES_PROPERTIES(CollectionAPI.i PROPERTIES SWIG_DEFINITIONS "-shadow")