Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
471c1894e52cf81c76129bdd6c7bc6b70d9e8c2f
/
.
/
boards
/
CMakeLists.txt
blob: 9ef002020ea8d42ec9a8360985f2c5381d350347 [
file
]
# 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()