lego-esp32s3-gameboy/components/potentiometer_manager/CMakeLists.txt

7 lines
191 B
CMake

idf_component_register(
SRCS "potentiometer_manager.c"
INCLUDE_DIRS "include" "${CMAKE_SOURCE_DIR}/main/include"
PRIV_INCLUDE_DIRS "."
REQUIRES driver esp_hw_support st7789
)