Skip to content

Commit

Permalink
Add a preset for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreinking committed Jun 5, 2024
1 parent 33d5ba9 commit c3cfcb3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,17 @@
"description": "Visual Studio-based x64 build with vcpkg dependencies.",
"architecture": "x64"
},
{
"name": "macOS",
"displayName": "macOS (Apple Clang)",
"description": "macOS build using Apple Clang and Homebrew LLVM",
"generator": "Ninja",
"inherits": "release",
"cacheVariables": {
"CMAKE_PREFIX_PATH": "/opt/homebrew;/opt/homebrew/opt/llvm;/opt/homebrew/opt/jpeg",
"Halide_SHARED_LLVM": "YES"
}
},
{
"name": "package",
"hidden": true,
Expand Down

0 comments on commit c3cfcb3

Please sign in to comment.