mirror of
https://github.com/CPunch/Laika.git
synced 2026-03-04 02:10:05 +00:00
Refactored how CMake passes version & settings info
- keys can now be passed per-build passing -DLAIKA_PUBKEY=[pubkey] & -LAIKA_PRIVKEY=[pubkey] to `cmake -B` - if those definitions aren't passed, the default public & private key will be used (for quick testing)
This commit is contained in:
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@@ -23,7 +23,8 @@
|
||||
"variant": "cpp",
|
||||
"stdio.h": "c",
|
||||
"bit": "c",
|
||||
"limits": "c"
|
||||
"limits": "c",
|
||||
"*.in": "cpp"
|
||||
},
|
||||
"cSpell.words": [
|
||||
"CWARN",
|
||||
|
||||
Reference in New Issue
Block a user