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

10 lines
149 B
CMake

idf_component_register(
SRCS
"potentiometer_manager.c"
INCLUDE_DIRS
"include"
REQUIRES
driver
st7789
)