Add a cmake variable so external project can detect nuttx is used.
This commit is contained in:
parent
149d648129
commit
26f0a52059
|
@ -1,5 +1,6 @@
|
|||
set(CMAKE_SYSTEM_NAME Generic)
|
||||
set(CMAKE_SYSTEM_VERSION 1)
|
||||
set(NUTTX 1)
|
||||
|
||||
set(CMAKE_TRY_COMPILE_TARGET_TYPE STATIC_LIBRARY)
|
||||
|
||||
|
|
Loading…
Reference in New Issue