Add instructions for Android (#506)
* Add instructions for Android Co-authored-by: eboasson <eb@ilities.com> Signed-off-by: Jeroen Koekkoek <jeroen@koekkoek.nl>
This commit is contained in:
parent
209edf0efb
commit
45a5030683
2 changed files with 162 additions and 0 deletions
|
@ -62,6 +62,10 @@ if(WITH_FREERTOS)
|
|||
set(system_name freertos)
|
||||
elseif(APPLE)
|
||||
set(system_name darwin)
|
||||
elseif(ANDROID)
|
||||
# FIXME: Not correct, but will do for the short-term. A better way would be
|
||||
# fallback to linux, and then posix.
|
||||
set(system_name linux)
|
||||
else()
|
||||
string(TOLOWER ${CMAKE_SYSTEM_NAME} system_name)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue