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
17 GeomAlgoAPI_Revolution.h
19 GeomAlgoAPI_Rotation.h
20 GeomAlgoAPI_Translation.h
21 GeomAlgoAPI_MakeShape.h
22 GeomAlgoAPI_MakeShapeCustom.h
23 GeomAlgoAPI_MakeShapeList.h
24 GeomAlgoAPI_DFLoader.h
25 GeomAlgoAPI_Placement.h
26 GeomAlgoAPI_BREPImport.h
27 GeomAlgoAPI_STEPImport.h
28 GeomAlgoAPI_IGESImport.h
29 GeomAlgoAPI_BREPExport.h
30 GeomAlgoAPI_STEPExport.h
31 GeomAlgoAPI_IGESExport.h
32 GeomAlgoAPI_Transform.h
33 GeomAlgoAPI_ShapeTools.h
34 GeomAlgoAPI_Partition.h
35 GeomAlgoAPI_PaveFiller.h
40 GeomAlgoAPI_CompoundBuilder.cpp
41 GeomAlgoAPI_FaceBuilder.cpp
42 GeomAlgoAPI_EdgeBuilder.cpp
43 GeomAlgoAPI_PointBuilder.cpp
44 GeomAlgoAPI_SketchBuilder.cpp
46 GeomAlgoAPI_Revolution.cpp
47 GeomAlgoAPI_Boolean.cpp
48 GeomAlgoAPI_Rotation.cpp
49 GeomAlgoAPI_Translation.cpp
50 GeomAlgoAPI_MakeShape.cpp
51 GeomAlgoAPI_MakeShapeCustom.cpp
52 GeomAlgoAPI_MakeShapeList.cpp
53 GeomAlgoAPI_DFLoader.cpp
54 GeomAlgoAPI_Placement.cpp
55 GeomAlgoAPI_BREPImport.cpp
56 GeomAlgoAPI_STEPImport.cpp
57 GeomAlgoAPI_IGESImport.cpp
58 GeomAlgoAPI_BREPExport.cpp
59 GeomAlgoAPI_STEPExport.cpp
60 GeomAlgoAPI_IGESExport.cpp
61 GeomAlgoAPI_Transform.cpp
62 GeomAlgoAPI_ShapeTools.cpp
63 GeomAlgoAPI_Partition.cpp
64 GeomAlgoAPI_PaveFiller.cpp
88 ADD_DEFINITIONS(-DGEOMALGOAPI_EXPORTS ${CAS_DEFINITIONS})
89 ADD_LIBRARY(GeomAlgoAPI SHARED ${PROJECT_SOURCES} ${PROJECT_HEADERS})
91 SET(CMAKE_SWIG_FLAGS "-Wall")
93 SET_SOURCE_FILES_PROPERTIES(GeomAlgoAPI.i PROPERTIES CPLUSPLUS ON)
94 SET_SOURCE_FILES_PROPERTIES(GeomAlgoAPI.i PROPERTIES SWIG_DEFINITIONS "-shadow")
103 TARGET_LINK_LIBRARIES(GeomAlgoAPI ${PROJECT_LIBRARIES})
106 ${CMAKE_CURRENT_BINARY_DIR}/GeomAlgoAPI.py
109 SET(SWIG_LINK_LIBRARIES
116 SWIG_ADD_MODULE(GeomAlgoAPI python GeomAlgoAPI.i ${PROJECT_HEADERS})
117 SWIG_LINK_LIBRARIES(GeomAlgoAPI ${SWIG_LINK_LIBRARIES})
120 SET_TARGET_PROPERTIES(_GeomAlgoAPI PROPERTIES DEBUG_OUTPUT_NAME _GeomAlgoAPI_d)
123 INSTALL(TARGETS _GeomAlgoAPI DESTINATION swig)
124 INSTALL(TARGETS GeomAlgoAPI DESTINATION bin)
125 INSTALL(FILES ${SWIG_SCRIPTS} DESTINATION swig)