Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
2f5d1f7a30cfb95c57e69d23777ab4aa8cdc4419
/
.
/
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()