mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 19:03:16 +00:00
7 lines
163 B
CMake
7 lines
163 B
CMake
idf_component_register(
|
|
SRC_DIRS "Source"
|
|
INCLUDE_DIRS "Source"
|
|
PRIV_INCLUDE_DIRS "Private"
|
|
REQUIRES Tactility M5stackShared vfs fatfs M5Unified
|
|
)
|