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
6351627a
Commit
6351627a
authored
May 28, 2018
by
Benjamin REIS
Browse files
belcard & belr are now shared on iOS
parent
af6d655f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
configs/config-ios.cmake
configs/config-ios.cmake
+10
-0
No files found.
configs/config-ios.cmake
View file @
6351627a
...
...
@@ -86,6 +86,16 @@ if(NOT ENABLE_STATIC_ONLY)
lcb_builder_linking_type
(
bctoolbox
"-DENABLE_STATIC=NO"
"-DENABLE_SHARED=YES"
)
endif
()
#belcard
if
(
NOT ENABLE_STATIC_ONLY
)
lcb_builder_linking_type
(
belcard
"-DENABLE_STATIC=NO"
"-DENABLE_SHARED=YES"
)
endif
()
#belcard
if
(
NOT ENABLE_STATIC_ONLY
)
lcb_builder_linking_type
(
belr
"-DENABLE_STATIC=NO"
"-DENABLE_SHARED=YES"
)
endif
()
# linphone
lcb_builder_cmake_options
(
linphone
"-DENABLE_RELATIVE_PREFIX=YES"
)
lcb_builder_cmake_options
(
linphone
"-DENABLE_CONSOLE_UI=NO"
)
...
...
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