1 ## Copyright (C) 2014-20xx CEA/DEN, EDF R&D
3 FIND_PACKAGE(SWIG REQUIRED)
5 INCLUDE(${SWIG_USE_FILE})
6 INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})
11 GeomAlgoAPI_CompoundBuilder.h
12 GeomAlgoAPI_FaceBuilder.h
13 GeomAlgoAPI_EdgeBuilder.h
14 GeomAlgoAPI_PointBuilder.h
15 GeomAlgoAPI_SketchBuilder.h
16 GeomAlgoAPI_Extrusion.h
18 GeomAlgoAPI_Revolution.h
20 GeomAlgoAPI_Rotation.h
21 GeomAlgoAPI_Movement.h
22 GeomAlgoAPI_MakeShape.h
23 GeomAlgoAPI_MakeShapeList.h
24 GeomAlgoAPI_ShapeProps.h
25 GeomAlgoAPI_DFLoader.h
26 GeomAlgoAPI_Placement.h
27 GeomAlgoAPI_BREPImport.h
28 GeomAlgoAPI_STEPImport.h
29 GeomAlgoAPI_IGESImport.h
30 GeomAlgoAPI_BREPExport.h
31 GeomAlgoAPI_STEPExport.h
32 GeomAlgoAPI_IGESExport.h
37 GeomAlgoAPI_CompoundBuilder.cpp
38 GeomAlgoAPI_FaceBuilder.cpp
39 GeomAlgoAPI_EdgeBuilder.cpp
40 GeomAlgoAPI_PointBuilder.cpp
41 GeomAlgoAPI_SketchBuilder.cpp
42 GeomAlgoAPI_Extrusion.cpp
44 GeomAlgoAPI_Revolution.cpp
45 GeomAlgoAPI_Boolean.cpp
46 GeomAlgoAPI_Rotation.cpp
47 GeomAlgoAPI_Movement.cpp
48 GeomAlgoAPI_MakeShape.cpp
49 GeomAlgoAPI_MakeShapeList.cpp
50 GeomAlgoAPI_ShapeProps.cpp
51 GeomAlgoAPI_DFLoader.cpp
52 GeomAlgoAPI_Placement.cpp
53 GeomAlgoAPI_BREPImport.cpp
54 GeomAlgoAPI_STEPImport.cpp
55 GeomAlgoAPI_IGESImport.cpp
56 GeomAlgoAPI_BREPExport.cpp
57 GeomAlgoAPI_STEPExport.cpp
58 GeomAlgoAPI_IGESExport.cpp
80 ADD_DEFINITIONS(-DGEOMALGOAPI_EXPORTS ${CAS_DEFINITIONS})
81 ADD_LIBRARY(GeomAlgoAPI SHARED ${PROJECT_SOURCES} ${PROJECT_HEADERS})
83 SET(CMAKE_SWIG_FLAGS "-Wall")
85 SET_SOURCE_FILES_PROPERTIES(GeomAlgoAPI.i PROPERTIES CPLUSPLUS ON)
86 SET_SOURCE_FILES_PROPERTIES(GeomAlgoAPI.i PROPERTIES SWIG_DEFINITIONS "-shadow")
94 TARGET_LINK_LIBRARIES(GeomAlgoAPI ${PROJECT_LIBRARIES})
97 ${CMAKE_CURRENT_BINARY_DIR}/GeomAlgoAPI.py
100 SET(SWIG_LINK_LIBRARIES
106 SWIG_ADD_MODULE(GeomAlgoAPI python GeomAlgoAPI.i ${PROJECT_HEADERS})
107 SWIG_LINK_LIBRARIES(GeomAlgoAPI ${SWIG_LINK_LIBRARIES})
110 SET_TARGET_PROPERTIES(_GeomAlgoAPI PROPERTIES DEBUG_OUTPUT_NAME _GeomAlgoAPI_d)
113 INSTALL(TARGETS _GeomAlgoAPI DESTINATION swig)
114 INSTALL(TARGETS GeomAlgoAPI DESTINATION bin)
115 INSTALL(FILES ${SWIG_SCRIPTS} DESTINATION swig)