Files
arduino/libraries/mcu-renderer/CMakeLists.txt
2025-10-12 09:13:56 +02:00

7 lines
140 B
CMake

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