mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-05 20:35:50 +00:00
5 lines
135 B
CMake
5 lines
135 B
CMake
add_subdirectory(crc)
|
|
add_subdirectory_ifdef(CONFIG_JSON_LIBRARY json)
|
|
add_subdirectory(libc)
|
|
add_subdirectory_if_kconfig(ring_buffer)
|