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
b494f8f2
Commit
b494f8f2
authored
Feb 10, 2015
by
Ghislain MARY
Browse files
Add -fmodules compilation flags when compiling backgroundtask.m with CMake.
parent
b2f375cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
b494f8f2
...
...
@@ -140,6 +140,7 @@ set(SOURCE_FILES
)
if
(
APPLE
)
list
(
APPEND SOURCE_FILES backgroundtask.m
)
set_source_files_properties
(
backgroundtask.m PROPERTIES COMPILE_FLAGS
"-fmodules"
)
endif
()
if
(
${
ENABLE_STATIC
}
)
...
...
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