Skip to content
Snippets Groups Projects
Commit 48e82321 authored by Administrator's avatar Administrator
Browse files

Install library

On some systems the library seems to be needed in the installation.
See !1005.
parent 15a8b8b8
No related branches found
No related tags found
1 merge request!1008Install flib_dpb library and remove uneeded target dependency
Pipeline #19774 passed
......@@ -10,4 +10,6 @@ set(LIB_HEADERS flib_dpb/MicrosliceContents.hpp)
add_Library(flib_dpb SHARED ${LIB_SOURCES} ${LIB_HEADERS})
target_include_directories(flib_dpb PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/flib_dpb)
Set_Target_Properties(flib_dpb PROPERTIES SUFFIX ".so")
install(TARGETS flib_dpb DESTINATION lib)
install(FILES ${LIB_HEADERS} DESTINATION include)
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