1
0
mirror of https://github.com/CPunch/Laika.git synced 2026-03-03 18:10:03 +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:
2022-01-30 01:15:51 -06:00
parent 7481431551
commit 6fb8aa9b8a
8 changed files with 72 additions and 23 deletions

View File

@@ -23,7 +23,8 @@
"variant": "cpp",
"stdio.h": "c",
"bit": "c",
"limits": "c"
"limits": "c",
"*.in": "cpp"
},
"cSpell.words": [
"CWARN",