mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-13 22:50:33 +05:00
b694b4667a
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
26 lines
598 B
CMake
26 lines
598 B
CMake
target_sources(nglib PRIVATE
|
|
dynamicmem.cpp
|
|
gzstream.cpp
|
|
hashtabl.cpp
|
|
mpi_interface.cpp
|
|
mystring.cpp
|
|
ngarray.cpp
|
|
ngbitarray.cpp
|
|
optmem.cpp
|
|
parthreads.cpp
|
|
seti.cpp
|
|
sort.cpp
|
|
spbita2d.cpp
|
|
table.cpp
|
|
)
|
|
|
|
install(FILES
|
|
ngarray.hpp autodiff.hpp autoptr.hpp ngbitarray.hpp
|
|
dynamicmem.hpp hashtabl.hpp mpi_interface.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
|
|
)
|