26 lines
559 B
JSON
26 lines
559 B
JSON
{
|
|
"version": 4,
|
|
"cmakeMinimumRequired": {
|
|
"major": 3,
|
|
"minor": 23,
|
|
"patch": 0
|
|
},
|
|
"include": ["./ConanPresets.json"],
|
|
"configurePresets": [
|
|
{
|
|
"name": "default-unity",
|
|
"inherits": "conan-default",
|
|
"cacheVariables": {
|
|
"GTASA_UNITY_BUILD": "ON"
|
|
}
|
|
},
|
|
{
|
|
"name": "default",
|
|
"inherits": "conan-default",
|
|
"cacheVariables": {
|
|
"GTASA_UNITY_BUILD": "OFF"
|
|
}
|
|
}
|
|
]
|
|
}
|