netgen/libsrc/general/CMakeLists.txt
2024-09-27 11:27:41 +02:00

26 lines
544 B
CMake

target_sources(nglib PRIVATE
gzstream.cpp
hashtabl.cpp
mystring.cpp
ngbitarray.cpp
optmem.cpp
parthreads.cpp
seti.cpp
sort.cpp
spbita2d.cpp
table.cpp
)
# dynamicmem.cpp
install(FILES
ngarray.hpp autodiff.hpp autoptr.hpp ngbitarray.hpp
hashtabl.hpp myadt.hpp
mystring.hpp netgenout.hpp ngpython.hpp
optmem.hpp parthreads.hpp seti.hpp sort.hpp
spbita2d.hpp stack.hpp table.hpp template.hpp
gzstream.h
DESTINATION ${NG_INSTALL_DIR_INCLUDE}/general COMPONENT netgen_devel
)
# dynamicmem.hpp