4 lines
135 B
CMake
4 lines
135 B
CMake
idf_component_register(SRCS "epd.cpp"
|
|
INCLUDE_DIRS "." "../shared"
|
|
PRIV_REQUIRES driver)
|