mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-23 03:52:12 -04:00
support for static build
This commit is contained in:
parent
94c8c8dcb0
commit
2d9befe8fb
@ -77,7 +77,11 @@ find_package(SDL2_net REQUIRED)
|
||||
find_package(OpenAL REQUIRED)
|
||||
find_package(SndFile REQUIRED)
|
||||
|
||||
find_package(FluidSynth 2.2.0)
|
||||
if(NOT TARGET SDL2_net::SDL2_net)
|
||||
add_library(SDL2_net::SDL2_net ALIAS SDL2_net::SDL2_net-static)
|
||||
endif()
|
||||
|
||||
find_package(FluidSynth)
|
||||
find_package(modplug)
|
||||
|
||||
# Python 3
|
||||
|
Loading…
x
Reference in New Issue
Block a user