depot/third_party/nixpkgs/pkgs/applications/video/obs-studio/CMakeUserPresets.json

18 lines
356 B
JSON
Raw Permalink Normal View History

2024-12-21 17:04:56 +00:00
{
"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"
}
]
}