Files
Luke Granger-Brown 48947b5d96 obs-studio: port to new build system
They would like builders to use CMake presets now; we inherit from their
Ubuntu and macOS presets respectively.
2025-02-13 15:32:16 +01:00

18 lines
356 B
JSON

{
"version": 3,
"configurePresets": [
{
"name": "nixpkgs-linux",
"displayName": "Nixpkgs (Linux)",
"inherits": ["ubuntu"],
"binaryDir": "${sourceDir}/build"
},
{
"name": "nixpkgs-darwin",
"displayName": "Nixpkgs (Darwin)",
"inherits": ["macos"],
"binaryDir": "${sourceDir}/build"
}
]
}