1
0
mirror of https://github.com/NGSolve/netgen.git synced 2025-04-04 11:07:37 +05:00

12 lines
306 B
CMake
Raw Normal View History

2015-03-06 14:59:14 +01:00
add_library( la OBJECT
densemat.cpp polynomial.cpp bfgs.cpp linopt.cpp linsearch.cpp
)
set_target_properties(la PROPERTIES POSITION_INDEPENDENT_CODE ON )
2017-01-16 14:56:57 +01:00
install(FILES
densemat.hpp linalg.hpp opti.hpp
polynomial.hpp vector.hpp
DESTINATION ${INCDIR}/linalg COMPONENT netgen_devel
)