Skip to content
Snippets Groups Projects
Commit ac59983d authored by Bram Veenboer's avatar Bram Veenboer
Browse files

Merge branch 'fix'

parents 13f72768 9748c788
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,10 @@ add_library(hamaker SHARED
HamakerElementResponse.cc
HamakerCoeff.cc)
# install libhamaker.so
install(TARGETS hamaker DESTINATION lib)
# install coefficients
message("install hamaker in: " ${CMAKE_INSTALL_DATA_DIR})
install(FILES "${CMAKE_SOURCE_DIR}/hamaker/HamakerHBACoeff.h5" DESTINATION ${CMAKE_INSTALL_DATA_DIR})
......
add_library(oskar SHARED
OSKARElementResponse.cc
oskar_evaluate_dipole_pattern.cc)
install(TARGETS oskar DESTINATION lib)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment