add_library(gui "src/gui.c")
target_include_directories(gui PUBLIC "inc")
target_link_libraries(gui PUBLIC gfx player PRIVATE font unit building)
