Skip to content
Snippets Groups Projects
Commit f3c97d67 authored by Lars Bilke's avatar Lars Bilke
Browse files

[CMake] Added missing install for HeatTransportBHE.

parent f2fc3301
No related branches found
No related tags found
No related merge requests found
......@@ -4,5 +4,8 @@ APPEND_SOURCE_FILES(SOURCES LocalAssemblers)
add_library(HeatTransportBHE ${SOURCES})
target_link_libraries(HeatTransportBHE PUBLIC ProcessLib)
if(BUILD_SHARED_LIBS)
install(TARGETS HeatTransportBHE LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
endif()
include(Tests.cmake)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment