esp-who/components/fb_gfx/CMakeLists.txt

5 lines
163 B
CMake
Raw Normal View History

2018-11-29 18:23:06 +08:00
set(COMPONENT_SRCS "fb_gfx.c")
set(COMPONENT_ADD_INCLUDEDIRS "include")
set(COMPONENT_PRIV_INCLUDEDIRS "")
set(COMPONENT_PRIV_REQUIRES newlib)
register_component()