Update CMakeLists.txt
Fix compile error: undefined reference to `u8g2_DrawButtonUTF8`
This commit is contained in:
parent
248c0455c8
commit
b0f27c6a9d
|
@ -87,7 +87,8 @@ set(COMPONENT_SRCS "csrc/u8x8_setup.c"
|
|||
"csrc/u8x8_u16toa.c"
|
||||
"csrc/u8x8_d_a2printer.c"
|
||||
"csrc/u8x8_d_st7565.c"
|
||||
"csrc/u8x8_capture.c")
|
||||
"csrc/u8x8_capture.c"
|
||||
"csrc/u8g2_button.c")
|
||||
|
||||
if(COMMAND register_component)
|
||||
set(COMPONENT_NAME ".")
|
||||
|
|
Loading…
Reference in New Issue