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
1cd097a0
Commit
1cd097a0
authored
Dec 16, 2015
by
Ghislain MARY
Browse files
Define BELLESIP_LDFLAGS as a string in CMake.
parent
48799f31
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
1cd097a0
...
...
@@ -206,6 +206,7 @@ if(APPLE)
list
(
APPEND LINK_FLAGS
"-framework CoreFoundation"
"-framework CFNetwork"
"-framework UIKit"
)
endif
()
endif
()
string
(
REPLACE
";"
" "
LINK_FLAGS_STR
"
${
LINK_FLAGS
}
"
)
if
(
WIN32
)
add_definitions
(
-DBELLESIP_EXPORTS
...
...
cmake/BelleSIPConfig.cmake.in
View file @
1cd097a0
...
...
@@ -47,7 +47,7 @@ else()
set(BELLESIP_INCLUDE_DIRS "${BELLESIP_CMAKE_DIR}/../../../include")
endif()
set(BELLESIP_LIBRARIES bellesip)
set(BELLESIP_LDFLAGS @LINK_FLAGS
@
)
set(BELLESIP_LDFLAGS
"
@LINK_FLAGS
_STR@"
)
if(TUNNEL_FOUND)
list(APPEND BELLESIP_INCLUDE_DIRS ${TUNNEL_INCLUDE_DIRS})
list(APPEND BELLESIP_LIBRARIES ${TUNNEL_LIBRARIES})
...
...
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