Files
alicerc/AliceRC_ESP32/components/oled/CMakeLists.txt
T

6 lines
85 B
CMake

idf_component_register(
SRCS "oled.c"
INCLUDE_DIRS "."
REQUIRES driver
)