mirror of
https://github.com/status-im/evmc.git
synced 2025-02-24 08:58:12 +00:00
6458a65 Cable 0.2.11 febf8ad buildinfo: Make buildinfo library installable a784149 buildinfo: Handle undefined variables 8484c27 Cable 0.2.10: Add PIC toolchain files c52a405 Cable 0.2.9: Fix gitinfo when no git 912f5e1 Cable 0.2.8 3ed70c6 buildinfo: Mark buildinfo.json as GENERATED file git-subtree-dir: cmake/cable git-subtree-split: 6458a653bf9f2fe16b0063455d4a52f5e629c7e1
11 lines
286 B
JSON
11 lines
286 B
JSON
{
|
|
"name": "@PROJECT_NAME@",
|
|
"version": "@PROJECT_VERSION@",
|
|
"is_prerelease": @PROJECT_VERSION_IS_PRERELEASE@,
|
|
"commit": "@GIT_COMMIT_HASH@",
|
|
"branch": "@GIT_BRANCH@",
|
|
"repo": "@GIT_ORIGIN_URL@",
|
|
"system_name": "@SYSTEM_NAME@",
|
|
"system_processor": "@SYSTEM_PROCESSOR@"
|
|
}
|