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

6 lines
135 B
CMake
Raw Normal View History

2025-02-09 01:18:06 -05:00
idf_component_register(
SRCS "main.cpp"
INCLUDE_DIRS "."
)
add_compile_definitions(PUBLIC "-DLOG_LOCAL_LEVEL=ESP_LOG_VERBOSE")