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
linphone-cmake-builder
Commits
0eb5bcec
Commit
0eb5bcec
authored
May 21, 2018
by
jehan
Browse files
enable both static and shared build for ms2 under IOS
parent
a1f88849
Changes
1
Hide whitespace changes
Inline
Side-by-side
configs/config-ios.cmake
View file @
0eb5bcec
...
...
@@ -113,7 +113,8 @@ lcb_builder_cmake_options(ms2 "-DENABLE_X11=NO")
lcb_builder_cmake_options
(
ms2
"-DENABLE_XV=NO"
)
lcb_builder_cmake_options
(
ms2
"-DENABLE_DOC=NO"
)
if
(
NOT ENABLE_STATIC_ONLY
)
lcb_builder_linking_type
(
ms2
"-DENABLE_STATIC=NO"
"-DENABLE_SHARED=YES"
)
#needed for mediastreamer2.framework
lcb_builder_linking_type
(
ms2
"-DENABLE_STATIC=YES"
"-DENABLE_SHARED=YES"
)
## ms2 plugins
lcb_builder_linking_type
(
mswebrtc
"-DENABLE_STATIC=NO"
"-DENABLE_SHARED=YES"
)
lcb_builder_linking_type
(
msamr
"-DENABLE_STATIC=NO"
"-DENABLE_SHARED=YES"
)
...
...
jehan
@jehan
mentioned in commit
af6d655f
·
Jun 26, 2018
mentioned in commit
af6d655f
mentioned in commit af6d655f7bd493a139fdd9f8cb17806f61a35fd8
Toggle commit list
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