We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 791c73b commit 8078186Copy full SHA for 8078186
CMakeLists.txt
@@ -0,0 +1,6 @@
1
+cmake_minimum_required(VERSION 3.16)
2
+
3
+project(mcu-fontrenderer)
4
5
+add_subdirectory(examples/helloworld-sdl)
6
+add_subdirectory(tools/fontconv)
0 commit comments