mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-19 23:15:05 +00:00
6 lines
130 B
CMake
6 lines
130 B
CMake
idf_component_register(
|
|
SRC_DIRS "src"
|
|
INCLUDE_DIRS "src"
|
|
REQUIRES mlib cmsis_core mbedtls esp_hw_support nvs_flash
|
|
)
|