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

Add install of libhamaker.so and liboskar.so

parent 13f72768
Branches
Tags
No related merge requests found
...@@ -6,6 +6,10 @@ add_library(hamaker SHARED ...@@ -6,6 +6,10 @@ add_library(hamaker SHARED
HamakerElementResponse.cc HamakerElementResponse.cc
HamakerCoeff.cc) HamakerCoeff.cc)
# install libhamaker.so
install(TARGETS hamaker DESTINATION lib)
# install coefficients # install coefficients
message("install hamaker in: " ${CMAKE_INSTALL_DATA_DIR}) message("install hamaker in: " ${CMAKE_INSTALL_DATA_DIR})
install(FILES "${CMAKE_SOURCE_DIR}/hamaker/HamakerHBACoeff.h5" DESTINATION ${CMAKE_INSTALL_DATA_DIR}) install(FILES "${CMAKE_SOURCE_DIR}/hamaker/HamakerHBACoeff.h5" DESTINATION ${CMAKE_INSTALL_DATA_DIR})
......
add_library(oskar SHARED add_library(oskar SHARED
OSKARElementResponse.cc OSKARElementResponse.cc
oskar_evaluate_dipole_pattern.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