Tactility/components/nanobake/CMakeLists.txt
Ken Van Hoeylandt 6fd12b2160 initial commit
2023-12-25 12:42:06 +01:00

7 lines
138 B
CMake

idf_component_register(
SRC_DIRS "src"
INCLUDE_DIRS "inc"
PRIV_INCLUDE_DIRS "src"
REQUIRES esp_lcd esp_lcd_touch driver
)