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

This commit is contained in:
2023-01-21 10:24:11 +01:00
7 changed files with 75 additions and 36 deletions
+3 -1
View File
@@ -28,6 +28,8 @@ set(SRC
# add the executable
add_executable(FLOPPE_FION ${SRC})
target_link_libraries(FLOPPE_FION SDL2 SDL_image SDL2_ttf SDL2_mixer pthread m)
target_link_libraries(FLOPPE_FION SDL2 SDL2_image SDL2_ttf SDL2_mixer pthread m)
set_property(TARGET FLOPPE_FION PROPERTY C_STANDARD 23)