mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-03-28 06:59:01 +08:00
msys2 : fix build
This commit is contained in:
@@ -52,6 +52,12 @@ target_link_libraries(ggwave-common PRIVATE
|
||||
${CMAKE_DL_LIBS}
|
||||
)
|
||||
|
||||
if (MINGW)
|
||||
target_link_libraries(ggwave-common PUBLIC
|
||||
stdc++
|
||||
)
|
||||
endif()
|
||||
|
||||
if (GGWAVE_SUPPORT_SDL2)
|
||||
# ggwave-common-sdl2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user