mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
0b411e1b07
Includes parts of pull request by looooo https://github.com/NGSolve/netgen/pull/4
11 lines
470 B
CMake
11 lines
470 B
CMake
install(FILES nginterface.h nginterface_v2.hpp mydefs.hpp DESTINATION ${NG_INSTALL_DIR_INCLUDE} COMPONENT netgen_devel)
|
|
|
|
install(FILES
|
|
acisgeom.hpp csg.hpp geometry2d.hpp gprim.hpp incopengl.hpp
|
|
inctcl.hpp incvis.hpp linalg.hpp meshing.hpp myadt.hpp mydefs.hpp
|
|
mystdlib.h nginterface_v2_impl.hpp occgeom.hpp ngsimd.hpp
|
|
opti.hpp parallel.hpp parallelinterface.hpp stlgeom.hpp visual.hpp
|
|
DESTINATION ${NG_INSTALL_DIR_INCLUDE}/include COMPONENT netgen_devel
|
|
)
|
|
|