cmake_minimum_required(VERSION 3.5) project(tools) set(CMAKE_C_FLAGS "-Wall -Werror") add_executable(font_generator src/font_generator.c)