mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 10:53:17 +00:00
7 lines
165 B
CMake
7 lines
165 B
CMake
idf_component_register(
|
|
SRC_DIRS "source"
|
|
INCLUDE_DIRS "include"
|
|
PRIV_INCLUDE_DIRS "private"
|
|
REQUIRES tactility m5stack_shared vfs fatfs M5Unified
|
|
)
|