parent
ea34c666ac
commit
eb45ce6189
3 changed files with 22 additions and 17 deletions
@ -0,0 +1,6 @@ |
|||||||
|
option( |
||||||
|
'method', |
||||||
|
type : 'combo', |
||||||
|
choices : ['auto', 'pkg-config', 'config-tool', 'sdlconfig', 'extraframework'], |
||||||
|
value : 'auto', |
||||||
|
) |
@ -0,0 +1,13 @@ |
|||||||
|
{ |
||||||
|
"matrix": { |
||||||
|
"options": { |
||||||
|
"method": [ |
||||||
|
{ "val": "auto" }, |
||||||
|
{ "val": "pkg-config" }, |
||||||
|
{ "val": "config-tool" }, |
||||||
|
{ "val": "sdlconfig" }, |
||||||
|
{ "val": "extraframework" } |
||||||
|
] |
||||||
|
} |
||||||
|
} |
||||||
|
} |
Loading…
Reference in new issue