Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
364cbae4128cbad61451446b8c724db210f0f109
/
.
/
lib
/
CMakeLists.txt
blob: ed01d0d7bbb665353cf367d381df4088a3ef3e3c [
file
] [
log
] [
blame
]
add_subdirectory(crc)
add_subdirectory_ifdef(CONFIG_JSON_LIBRARY json)
if(NOT CONFIG_NATIVE_APPLICATION)
add_subdirectory(libc)
endif()
add_subdirectory_if_kconfig(ring_buffer)