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