From 195d85fae64b72ef7f2eba736d9cd12a11539a2c Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Wed, 22 Mar 2017 15:59:34 +0100 Subject: [PATCH] Fix installation of linphone++ library on Windows. --- wrappers/cpp/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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++