mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 21:28:08 +00:00
Add "lib" prefix for the DLL name when building for Windows Phone with CMake.
This commit is contained in:
parent
5fd6ecc83c
commit
47a2c1c0bf
1 changed files with 3 additions and 0 deletions
|
|
@ -162,6 +162,9 @@ else()
|
|||
endif()
|
||||
endif()
|
||||
endif()
|
||||
if(WIN32 AND "${CMAKE_SYSTEM_NAME}" STREQUAL "WindowsPhone")
|
||||
set_target_properties(linphone PROPERTIES PREFIX "lib")
|
||||
endif()
|
||||
if(ICONV_FOUND)
|
||||
target_include_directories(linphone PUBLIC ${ICONV_INCLUDE_DIRS})
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue