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
mswebrtc
Commits
cb63eaab
Commit
cb63eaab
authored
Jul 10, 2015
by
Gautier Pelloux-Prayer
Browse files
CMakeLists.txt: add arm build
parent
1b19a007
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
cb63eaab
...
...
@@ -83,6 +83,10 @@ if(UNIX)
endif
()
endif
()
string
(
REGEX MATCH
"^(arm|aarch64)*"
FIXED_POINT_PROCESSOR
"
${
CMAKE_SYSTEM_PROCESSOR
}
"
)
if
(
FIXED_POINT_PROCESSOR
)
add_definitions
(
-D__ARMEL__
)
endif
()
set
(
WEBRTC_COMMON_DIR
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/webrtc/common_audio/signal_processing"
)
set
(
WEBRTC_COMMON_SRCS
...
...
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