TFT_eSPI/CMakeLists.txt

4 lines
123 B
CMake
Raw Permalink Normal View History

2022-04-10 10:53:58 +00:00
idf_component_register(SRCS "TFT_eSPI.cpp"
INCLUDE_DIRS "."
2022-04-14 10:51:11 +00:00
PRIV_REQUIRES arduino)