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
b2f375cb
Commit
b2f375cb
authored
Feb 10, 2015
by
Ghislain MARY
Browse files
Add build of backgroundtask.m on Mac when building with CMake.
parent
2131fed1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
b2f375cb
...
...
@@ -138,6 +138,9 @@ set(SOURCE_FILES
${
TLS_SOURCE_FILES
}
${
TUNNEL_SOURCE_FILES
}
)
if
(
APPLE
)
list
(
APPEND SOURCE_FILES backgroundtask.m
)
endif
()
if
(
${
ENABLE_STATIC
}
)
add_library
(
bellesip STATIC
${
SOURCE_FILES
}
)
...
...
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