add changes to CMakeLists.txt

This commit is contained in:
Alex Mikhalev 2019-01-15 20:37:31 -08:00
parent b8e2f8670e
commit f34c32a19e

View File

@ -87,6 +87,8 @@ set(COMPONENT_SRCS "csrc/u8x8_setup.c"
"csrc/u8x8_u16toa.c"
"csrc/u8x8_d_a2printer.c"
"csrc/u8x8_d_st7565.c")
set(COMPONENT_NAME ".")
set(COMPONENT_NAME "u8g2")
register_component()
register_component()
component_compile_options(PUBLIC -DU8X8_USE_PINS=1 -DU8X8_WITH_USER_PTR=1)