mirror of
https://github.com/badgeteam/mch2022-template-app.git
synced 2024-11-26 02:51:07 +00:00
10 lines
329 B
CMake
10 lines
329 B
CMake
idf_component_register(
|
|
SRCS "driver_framebuffer.cpp"
|
|
"driver_framebuffer_dirty.cpp"
|
|
"driver_framebuffer_drawing.cpp"
|
|
"driver_framebuffer_orientation.cpp"
|
|
"driver_framebuffer_text.cpp"
|
|
"driver_framebuffer_window.cpp"
|
|
"fonts/font_ocra_22pt7b.c"
|
|
INCLUDE_DIRS include
|
|
)
|