Merge pull request #2024 from m3y54m/m3y54m-u8g2_DrawButtonUTF8-error-fix

Update CMakeLists.txt
This commit is contained in:
olikraus 2022-11-22 21:31:31 +01:00 committed by GitHub
commit 698b7edd4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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 ".")