fix sdl_ttf import in cmakelists.txt

This commit is contained in:
2023-01-20 22:10:37 +01:00
parent b3a1ce110c
commit 8d62c17715
+1 -1
View File
@@ -27,6 +27,6 @@ set(SRC
# add the executable
add_executable(FLOPPE_FION ${SRC})
target_link_libraries(FLOPPE_FION SDL2 SDL_image SDL_ttf pthread m)
target_link_libraries(FLOPPE_FION SDL2 SDL_image SDL2_ttf pthread m)
set_property(TARGET FLOPPE_FION PROPERTY C_STANDARD 23)