add_library(button "src/button.c")
target_include_directories(button PUBLIC "inc")
target_link_libraries(button PUBLIC gfx PRIVATE font)
