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
ad22dfff
Commit
ad22dfff
authored
Feb 14, 2017
by
Brieuc Viel
Browse files
fix -DENABLE_LIME option
parent
17f8a339
Changes
6
Hide whitespace changes
Inline
Side-by-side
configs/config-android.cmake
View file @
ad22dfff
...
...
@@ -45,6 +45,7 @@ set(DEFAULT_VALUE_ENABLE_VIDEO ON)
set
(
DEFAULT_VALUE_ENABLE_VPX ON
)
set
(
DEFAULT_VALUE_ENABLE_WEBRTC_AEC ON
)
set
(
DEFAULT_VALUE_ENABLE_ZRTP ON
)
set
(
DEFAULT_VALUE_ENABLE_LIME ON
)
set
(
DEFAULT_VALUE_ENABLE_TOOLS OFF
)
set
(
ENABLE_NLS NO CACHE BOOL
""
FORCE
)
...
...
configs/config-desktop.cmake
View file @
ad22dfff
...
...
@@ -40,6 +40,7 @@ set(DEFAULT_VALUE_ENABLE_VIDEO ON)
set
(
DEFAULT_VALUE_ENABLE_VPX ON
)
set
(
DEFAULT_VALUE_ENABLE_WASAPI ON
)
set
(
DEFAULT_VALUE_ENABLE_ZRTP ON
)
set
(
DEFAULT_VALUE_ENABLE_LIME ON
)
set
(
DEFAULT_VALUE_ENABLE_TOOLS OFF
)
...
...
configs/config-ios.cmake
View file @
ad22dfff
...
...
@@ -40,6 +40,7 @@ set(DEFAULT_VALUE_ENABLE_VCARD ON)
set
(
DEFAULT_VALUE_ENABLE_VIDEO ON
)
set
(
DEFAULT_VALUE_ENABLE_VPX ON
)
set
(
DEFAULT_VALUE_ENABLE_ZRTP ON
)
set
(
DEFAULT_VALUE_ENABLE_LIME ON
)
set
(
DEFAULT_VALUE_ENABLE_TOOLS OFF
)
set
(
ENABLE_NLS NO CACHE BOOL
""
FORCE
)
...
...
configs/config-python.cmake
View file @
ad22dfff
...
...
@@ -36,6 +36,7 @@ set(DEFAULT_VALUE_ENABLE_VCARD ON)
set
(
DEFAULT_VALUE_ENABLE_VPX ON
)
set
(
DEFAULT_VALUE_ENABLE_WASAPI ON
)
set
(
DEFAULT_VALUE_ENABLE_ZRTP ON
)
set
(
DEFAULT_VALUE_ENABLE_LIME ON
)
set
(
DEFAULT_VALUE_ENABLE_TOOLS OFF
)
set
(
ENABLE_NLS NO CACHE BOOL
""
FORCE
)
...
...
configs/config-win10.cmake
View file @
ad22dfff
...
...
@@ -40,6 +40,7 @@ set(DEFAULT_VALUE_ENABLE_VPX ON)
set
(
DEFAULT_VALUE_ENABLE_WASAPI ON
)
set
(
DEFAULT_VALUE_ENABLE_WEBRTC_AEC ON
)
set
(
DEFAULT_VALUE_ENABLE_ZRTP ON
)
set
(
DEFAULT_VALUE_ENABLE_LIME ON
)
set
(
DEFAULT_VALUE_ENABLE_TOOLS OFF
)
set
(
ENABLE_NLS NO CACHE BOOL
""
FORCE
)
...
...
options/linphone.cmake
View file @
ad22dfff
...
...
@@ -30,3 +30,4 @@ lcb_add_option("VCARD" "Enable vCard 4 support in Linphone and Liblinphone." "${
if
(
UNIX AND NOT IOS
)
lcb_add_option
(
"Relative prefix"
"liblinphone and mediastreamer will look for their respective ressources relatively to their location."
OFF
)
endif
()
lcb_add_option
(
"LIME"
"Enable Linphone IM Encryption support in Liblinphone."
"
${
DEFAULT_VALUE_ENABLE_LIME
}
"
)
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