Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
5c5e09b428a9ee095285c19f0b2a5fe39fd58b5f
/
.
/
lib
/
CMakeLists.txt
blob: 2077e65714165f594ad7e51e818d699debc9613c [
file
]
# SPDX-License-Identifier: Apache-2.0
if(NOT CONFIG_EXTERNAL_LIBC)
add_subdirectory(libc)
add_subdirectory(posix)
endif()
add_subdirectory(gui)
add_subdirectory(os)
add_subdirectory(util)
add_subdirectory_ifdef(CONFIG_OPENAMP open-amp)