Skip to content

Commit

Permalink
Finally building for modern GCC
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanAizek authored Aug 13, 2024
1 parent b04772f commit 55183cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ endif()

if(UNIX)
set(CMAKE_C_FLAGS "-lm")
target_link_libraries(midi2mod m)
endif()

if(WIN32)
Expand Down

0 comments on commit 55183cb

Please sign in to comment.