diff --git a/external/flib_dpb/CMakeLists.txt b/external/flib_dpb/CMakeLists.txt
index a57ed65c46eab8b1f1a53fdd4ecfca418f7c9d9a..343d5634d0e6decbdc6615d03410d7cbf7ddd4b0 100644
--- a/external/flib_dpb/CMakeLists.txt
+++ b/external/flib_dpb/CMakeLists.txt
@@ -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)