klips/esp/cpp/07_lcd-panel/main/CMakeLists.txt

6 lines
87 B
CMake
Raw Normal View History

2025-02-09 01:18:06 -05:00
idf_component_register(
SRCS "main.cpp"
INCLUDE_DIRS "."
REQUIRES driver
2025-02-09 01:18:06 -05:00
)