netgen/libsrc/gprim/CMakeLists.txt
Matthias Hochsteger b694b4667a rework build system, separate gui and non-gui code
move fieldlines code to meshing dir

move visualization function pointers to meshing directory

DLL_HEADER -> NGGUI_API in visualization lib

move soldata.hpp to meshing

update occ, no freetype necessary anymore
2022-05-05 14:39:31 +02:00

18 lines
422 B
CMake

target_sources(nglib PRIVATE
adtree.cpp
geom2d.cpp
geom3d.cpp
geomfuncs.cpp
geomtest3d.cpp
spline.cpp
splinegeometry.cpp
transform3d.cpp
)
install(FILES
adtree.hpp geom2d.hpp geom3d.hpp geomfuncs.hpp
geomobjects.hpp geomops2.hpp geomops.hpp geomtest3d.hpp gprim.hpp
splinegeometry.hpp spline.hpp transform3d.hpp
DESTINATION ${NG_INSTALL_DIR_INCLUDE}/gprim COMPONENT netgen_devel
)