add text rendering

This commit is contained in:
2023-01-20 20:35:18 +01:00
parent ffb7641a61
commit a0cee4eec4
4 changed files with 39 additions and 2 deletions
+1 -1
View File
@@ -26,6 +26,6 @@ set(SRC
# add the executable
add_executable(FLOPPE_FION ${SRC})
target_link_libraries(FLOPPE_FION SDL2 SDL_image)
target_link_libraries(FLOPPE_FION SDL2 SDL_image SDL_ttf)
set_property(TARGET FLOPPE_FION PROPERTY C_STANDARD 23)