mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +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
14 lines
253 B
CMake
14 lines
253 B
CMake
target_sources(nglib PRIVATE
|
|
bfgs.cpp
|
|
densemat.cpp
|
|
linopt.cpp
|
|
linsearch.cpp
|
|
polynomial.cpp
|
|
)
|
|
|
|
install(FILES
|
|
densemat.hpp linalg.hpp opti.hpp
|
|
polynomial.hpp vector.hpp
|
|
DESTINATION ${NG_INSTALL_DIR_INCLUDE}/linalg COMPONENT netgen_devel
|
|
)
|