diff --git a/wrappers/cpp/CMakeLists.txt b/wrappers/cpp/CMakeLists.txt index 033d9578b..2059de15c 100644 --- a/wrappers/cpp/CMakeLists.txt +++ b/wrappers/cpp/CMakeLists.txt @@ -47,6 +47,7 @@ set_target_properties(linphone++ PROPERTIES SOVERSION ${LINPHONE_SO_VERSION}) install(TARGETS linphone++ EXPORT LinphoneCxxTargets RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} + ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} ) install(FILES object.hh DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/linphone++