klips/esp/cpp/07_lcd-panel/main/CMakeLists.txt
2025-02-13 19:31:58 -05:00

6 lines
87 B
CMake

idf_component_register(
SRCS "main.cpp"
INCLUDE_DIRS "."
REQUIRES driver
)