diff options
| author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-10 12:27:59 +0100 |
|---|---|---|
| committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-10 12:27:59 +0100 |
| commit | b2c72ee8ce282bb13b0fbeb2ddb01fdfd6ad1280 (patch) | |
| tree | f3c678779f326f4b175f91a2b3c7db44d026cd2f /src/example/CMakeLists.txt | |
| parent | 29f2d4537cf4d4d4c74c16447a45a5d7034161f4 (diff) | |
font progress
Diffstat (limited to 'src/example/CMakeLists.txt')
| -rw-r--r-- | src/example/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/example/CMakeLists.txt b/src/example/CMakeLists.txt index 8ef71bb..7fc81d7 100644 --- a/src/example/CMakeLists.txt +++ b/src/example/CMakeLists.txt @@ -21,3 +21,4 @@ add_example(savemgr) add_example(rendering_particle) add_example(game) add_example(button) +add_example(loadfont) |