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
264f2a16
Commit
264f2a16
authored
Feb 09, 2016
by
jehan
Browse files
Continue bctoolbox integration
parent
b504646e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
CMakeLists.txt
CMakeLists.txt
+1
-0
gtk/CMakeLists.txt
gtk/CMakeLists.txt
+2
-0
No files found.
CMakeLists.txt
View file @
264f2a16
...
...
@@ -91,6 +91,7 @@ endif()
if
(
LINPHONE_BUILDER_GROUP_EXTERNAL_SOURCE_PATH_BUILDERS
)
include
(
"
${
EP_bellesip_CONFIG_DIR
}
/BelleSIPConfig.cmake"
)
include
(
"
${
EP_ms2_CONFIG_DIR
}
/Mediastreamer2Config.cmake"
)
include
(
"
${
EP_ms2_CONFIG_DIR
}
/BcToolboxConfig.cmake"
)
else
()
find_package
(
BelleSIP REQUIRED
)
find_package
(
Mediastreamer2 REQUIRED
)
...
...
gtk/CMakeLists.txt
View file @
264f2a16
...
...
@@ -116,6 +116,8 @@ if(APPLE)
target_link_libraries
(
linphone-gtk
"-framework Cocoa"
)
endif
()
set_target_properties
(
linphone-gtk PROPERTIES XCODE_ATTRIBUTE_WARNING_CFLAGS
""
)
install
(
TARGETS linphone-gtk
RUNTIME DESTINATION bin
...
...
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