Files
pico-keys-sdk/src/CMakeLists.txt
2024-09-03 18:07:37 +02:00

6 lines
188 B
CMake
Executable File

idf_component_register(
SRCS ${INTERNAL_SOURCES}
INCLUDE_DIRS . fs rng usb led ../mbedtls/include ../tinycbor/src
REQUIRES bootloader_support esp_partition esp_tinyusb efuse
)