mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-18 03:28:07 +00:00
Fix installation of linphone++ library on Windows.
This commit is contained in:
parent
cb0f77fce2
commit
195d85fae6
1 changed files with 1 additions and 0 deletions
|
|
@ -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++
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue