cmake_minimum_required(VERSION 3.16) project(mcu-fontrenderer) add_subdirectory(examples/helloworld-sdl) add_subdirectory(tools/fontconv)