-
Notifications
You must be signed in to change notification settings - Fork 523
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sync to 84444c9. PiperOrigin-RevId: 610263918
- Loading branch information
1 parent
6a30858
commit 4c155bd
Showing
7 changed files
with
196 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
{ | ||
"version": 3, | ||
"cmakeMinimumRequired": { | ||
"major": 3, | ||
"minor": 11, | ||
"patch": 0 | ||
}, | ||
"configurePresets": [ | ||
{ | ||
"name": "__defaults__", | ||
"hidden": true, | ||
"binaryDir": "${sourceDir}/build" | ||
}, | ||
{ | ||
"name": "make", | ||
"inherits": "__defaults__", | ||
"displayName": "Make", | ||
"description": "Unix Makefiles", | ||
"generator": "Unix Makefiles", | ||
"binaryDir": "${sourceDir}/build" | ||
}, | ||
{ | ||
"name": "windows", | ||
"inherits": "__defaults__", | ||
"displayName": "Windows", | ||
"description": "Visual Studio 2022 with Clang/LLVM frontend", | ||
"generator": "Visual Studio 17 2022", | ||
"toolset": "ClangCL", | ||
"condition": { | ||
"type": "equals", | ||
"lhs": "${hostSystemName}", | ||
"rhs": "Windows" | ||
} | ||
} | ||
], | ||
"buildPresets": [ | ||
{ | ||
"name": "__defaults__", | ||
"hidden": true, | ||
"targets": [ | ||
"gemma", | ||
"libgemma" | ||
] | ||
}, | ||
{ | ||
"name": "make", | ||
"inherits": "__defaults__", | ||
"displayName": "Unix Makefiles", | ||
"configurePreset": "make" | ||
}, | ||
{ | ||
"name": "windows", | ||
"inherits": "__defaults__", | ||
"displayName": "Windows", | ||
"configuration": "Release", | ||
"configurePreset": "windows" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters