6 lines
97 B
CMake
6 lines
97 B
CMake
idf_component_register(
|
|
SRCS main.cpp display.cpp
|
|
INCLUDE_DIRS "."
|
|
REQUIRES driver
|
|
)
|