6 lines
156 B
CMake
6 lines
156 B
CMake
|
# Copyright (c) 2023 Espressif Systems (Shanghai) Co., Ltd.
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
add_subdirectory(${SOC_SERIES})
|
||
|
add_subdirectory(common)
|