mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-24 21:38:39 -04:00
set all SDL2 paths for MinGW packaging
This commit is contained in:
parent
aa28066b1c
commit
ef2b24175d
@ -245,7 +245,10 @@ if(MINGW)
|
||||
message(WARNING "Can't find libfluidsynth")
|
||||
endif()
|
||||
|
||||
install(CODE "set(MINGW_PATH \"${SDL2_DLL_DIR}\")")
|
||||
install(CODE
|
||||
"set(MINGW_PATH \"${SDL2_DLL_DIR}\" \"${SDL2_MIXER_DLL_DIR}\"
|
||||
\"${SDL2_MIXER_DLL_DIR}\")"
|
||||
)
|
||||
|
||||
install(CODE [[
|
||||
file(GET_RUNTIME_DEPENDENCIES
|
||||
|
Loading…
x
Reference in New Issue
Block a user