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
b5d64440
Commit
b5d64440
authored
Mar 21, 2016
by
Ghislain MARY
Browse files
Fix dependencies when building ms2-plugins target.
parent
2b35b837
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
cmake/CMakeLists.txt
cmake/CMakeLists.txt
+5
-5
No files found.
cmake/CMakeLists.txt
View file @
b5d64440
...
...
@@ -181,19 +181,19 @@ endmacro()
macro
(
linphone_builder_create_targets_list
)
set
(
LINPHONE_BUILDER_TARGETS
)
if
(
LINPHONE_BUILDER_TARGET STREQUAL
"belle-sip"
)
list
(
APPEND LINPHONE_BUILDER_TARGETS
"b
elle-sip"
"bctoolbox
"
)
list
(
APPEND LINPHONE_BUILDER_TARGETS
"b
ctoolbox"
"belle-sip
"
)
elseif
(
LINPHONE_BUILDER_TARGET STREQUAL
"ortp"
)
list
(
APPEND LINPHONE_BUILDER_TARGETS
"ortp"
)
elseif
(
LINPHONE_BUILDER_TARGET STREQUAL
"ms2"
)
list
(
APPEND LINPHONE_BUILDER_TARGETS
"
ortp"
"ms2"
"bctoolbox
"
)
list
(
APPEND LINPHONE_BUILDER_TARGETS
"
bctoolbox"
"ortp"
"ms2
"
)
elseif
(
LINPHONE_BUILDER_TARGET STREQUAL
"ms2-plugins"
)
list
(
APPEND LINPHONE_BUILDER_TARGETS
"ortp"
"ms2"
"ms2-plugins"
)
list
(
APPEND LINPHONE_BUILDER_TARGETS
"bctoolbox"
"ortp"
"ms2"
"ms2-plugins"
)
elseif
(
LINPHONE_BUILDER_TARGET STREQUAL
"linphone"
)
list
(
APPEND LINPHONE_BUILDER_TARGETS
"belle-sip"
"ortp"
"ms2"
"ms2-plugins"
"bctoolbox"
"linphone"
)
list
(
APPEND LINPHONE_BUILDER_TARGETS
"bctoolbox"
"belle-sip"
"ortp"
"ms2"
"ms2-plugins"
"linphone"
)
elseif
(
LINPHONE_BUILDER_TARGET STREQUAL
"flexisip"
)
list
(
APPEND LINPHONE_BUILDER_TARGETS
"ortp"
"flexisip"
)
if
(
ENABLE_PRESENCE
)
list
(
APPEND LINPHONE_BUILDER_TARGETS
"b
elle-sip"
"bctoolbox
"
)
list
(
APPEND LINPHONE_BUILDER_TARGETS
"b
ctoolbox"
"belle-sip
"
)
endif
()
elseif
(
LINPHONE_BUILDER_TARGET STREQUAL
"odb"
)
list
(
APPEND LINPHONE_BUILDER_TARGETS
"odb"
)
...
...
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