never gonna give you up

This commit is contained in:
2023-01-21 10:21:56 +01:00
parent 2d62bfc599
commit a5db6e3337
5 changed files with 21 additions and 2 deletions
+1 -1
View File
@@ -28,6 +28,6 @@ set(SRC
# add the executable
add_executable(FLOPPE_FION ${SRC})
target_link_libraries(FLOPPE_FION SDL2 SDL_image SDL2_ttf pthread m)
target_link_libraries(FLOPPE_FION SDL2 SDL_image SDL2_ttf SDL2_mixer pthread m)
set_property(TARGET FLOPPE_FION PROPERTY C_STANDARD 23)