Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
e6aa6a0784a6f0238d56413f9ffe8ed915c382bf
/
.
/
boards
/
CMakeLists.txt
blob: 9ef002020ea8d42ec9a8360985f2c5381d350347 [
file
] [
log
] [
blame
]
# To avoid a lot of empty CMakeLists.txt files we assume it is not an
# error if it is missing
if(EXISTS ${BOARD_DIR}/CMakeLists.txt)
add_subdirectory(${BOARD_DIR})
endif()