Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
47a2c1c0
Commit
47a2c1c0
authored
Mar 30, 2015
by
Ghislain MARY
Browse files
Add "lib" prefix for the DLL name when building for Windows Phone with CMake.
parent
5fd6ecc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
coreapi/CMakeLists.txt
coreapi/CMakeLists.txt
+3
-0
No files found.
coreapi/CMakeLists.txt
View file @
47a2c1c0
...
...
@@ -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
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment