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
belle-sip
Commits
97bdfd1f
Commit
97bdfd1f
authored
May 21, 2015
by
Ghislain MARY
Browse files
Fix some link flags for build for IOS with CMake.
parent
95ebd053
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
CMakeLists.txt
CMakeLists.txt
+4
-1
No files found.
CMakeLists.txt
View file @
97bdfd1f
...
...
@@ -160,7 +160,10 @@ if(NOT MSVC)
endif
()
set
(
LINK_FLAGS
)
if
(
APPLE
)
list
(
APPEND LINK_FLAGS
"-framework CoreFoundation"
"-framework CFNetwork"
)
list
(
APPEND LINK_FLAGS
"-framework Foundation"
)
if
(
IOS
)
list
(
APPEND LINK_FLAGS
"-framework CoreFoundation"
"-framework CFNetwork"
"-framework UIKit"
)
endif
()
endif
()
if
(
WIN32
)
add_definitions
(
...
...
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