On Windows, the SDL2 library is generally provided with only CMake config files. This commit allows meson to fallback on CMake as a last resort to find the SDL2 library.pull/11709/head
parent
18cfa545f0
commit
09ec4f6e22
4 changed files with 8 additions and 6 deletions
@ -1,6 +1,6 @@ |
||||
option( |
||||
'method', |
||||
type : 'combo', |
||||
choices : ['auto', 'pkg-config', 'config-tool', 'sdlconfig', 'extraframework'], |
||||
choices : ['auto', 'pkg-config', 'config-tool', 'sdlconfig', 'extraframework', 'cmake'], |
||||
value : 'auto', |
||||
) |
||||
|
Loading…
Reference in new issue