mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-08-17 23:55:04 +00:00
- Updated dependencies in `Devices/`: remove unused ones, update incorrect ones - Removed `dependencies.useDeprecatedHal` from device properties (and related scripting/code)
8 lines
220 B
CMake
8 lines
220 B
CMake
file(GLOB_RECURSE SOURCE_FILES Source/*.c*)
|
|
|
|
idf_component_register(
|
|
SRCS ${SOURCE_FILES}
|
|
INCLUDE_DIRS "Source"
|
|
REQUIRES TactilityKernel lvgl-module ina226-module ili9881c-module st7123-module gt911-module
|
|
)
|