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