2022-04-27 13:42:04 +02:00
|
|
|
target_sources(nglib PRIVATE
|
2015-03-06 14:59:14 +01:00
|
|
|
Partition_Inter2d.cxx Partition_Inter3d.cxx
|
|
|
|
Partition_Loop.cxx Partition_Loop2d.cxx Partition_Loop3d.cxx Partition_Spliter.cxx
|
2021-03-08 02:33:00 +01:00
|
|
|
occgenmesh.cpp occgeom.cpp occmeshsurf.cpp python_occ.cpp
|
2021-08-06 10:41:18 +02:00
|
|
|
python_occ_basic.cpp python_occ_shapes.cpp
|
2021-11-28 15:14:41 +00:00
|
|
|
occ_face.cpp occ_edge.cpp occ_vertex.cpp occ_utils.cpp
|
2022-04-27 13:42:04 +02:00
|
|
|
)
|
|
|
|
|
2018-11-27 16:23:47 +01:00
|
|
|
if(USE_GUI)
|
2022-04-27 13:42:04 +02:00
|
|
|
target_sources(nggui PRIVATE vsocc.cpp occpkg.cpp)
|
2018-11-27 16:23:47 +01:00
|
|
|
endif(USE_GUI)
|
2015-03-06 14:59:14 +01:00
|
|
|
|
2017-01-16 14:56:57 +01:00
|
|
|
install(FILES
|
2021-11-28 15:14:41 +00:00
|
|
|
occgeom.hpp occmeshsurf.hpp vsocc.hpp occ_utils.hpp
|
|
|
|
occ_vertex.hpp occ_edge.hpp occ_face.hpp occ_solid.hpp
|
2017-05-29 21:19:34 +02:00
|
|
|
DESTINATION ${NG_INSTALL_DIR_INCLUDE}/occ COMPONENT netgen_devel
|
2017-01-16 14:56:57 +01:00
|
|
|
)
|