Merge branch 'master' of ssh.marcbarbier.fr:Marc/gamejam-polytech

This commit is contained in:
Marc
2023-01-20 22:01:15 +01:00
3 changed files with 84 additions and 1 deletions
+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 pthread m)
target_link_libraries(FLOPPE_FION SDL2 SDL_image SDL_ttf pthread m)
set_property(TARGET FLOPPE_FION PROPERTY C_STANDARD 23)