* wifi wip * renamed project to Tactility * renamed code files and defines * changed prefixes to tt_ * removed wifi wip code
6 lines
115 B
CMake
6 lines
115 B
CMake
idf_component_register(
|
|
SRC_DIRS "."
|
|
INCLUDE_DIRS "."
|
|
REQUIRES tactility esp_lcd esp_lcd_touch_gt911
|
|
)
|