aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/templates/BuildInfo.h.in
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-01-17 20:35:13 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2017-01-17 20:54:58 +0800
commit467559917008525d6b606de264e4a86a1c5e0620 (patch)
tree23a9a5ef13bd4f1d5cab4b2b7ddf13feba2c64f3 /cmake/templates/BuildInfo.h.in
parent350c7e7e2c1bafbe8d543fc052aedad3e69ba5e1 (diff)
downloaddexon-solidity-467559917008525d6b606de264e4a86a1c5e0620.tar
dexon-solidity-467559917008525d6b606de264e4a86a1c5e0620.tar.gz
dexon-solidity-467559917008525d6b606de264e4a86a1c5e0620.tar.bz2
dexon-solidity-467559917008525d6b606de264e4a86a1c5e0620.tar.lz
dexon-solidity-467559917008525d6b606de264e4a86a1c5e0620.tar.xz
dexon-solidity-467559917008525d6b606de264e4a86a1c5e0620.tar.zst
dexon-solidity-467559917008525d6b606de264e4a86a1c5e0620.zip
Include SOL_VERSION_COMMIT/SOL_VERSION_PLATFORM in buildinfo.h
Diffstat (limited to 'cmake/templates/BuildInfo.h.in')
-rw-r--r--cmake/templates/BuildInfo.h.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/templates/BuildInfo.h.in b/cmake/templates/BuildInfo.h.in
index 6c16e4ac..4b35df98 100644
--- a/cmake/templates/BuildInfo.h.in
+++ b/cmake/templates/BuildInfo.h.in
@@ -8,3 +8,5 @@
#define ETH_BUILD_PLATFORM "@ETH_BUILD_PLATFORM@"
#define SOL_VERSION_PRERELEASE "@SOL_VERSION_PRERELEASE@"
#define SOL_VERSION_BUILDINFO "@SOL_VERSION_BUILDINFO@"
+#define SOL_VERSION_COMMIT "@SOL_VERSION_COMMIT@"
+#define SOL_VERSION_PLATFORM "@SOL_VERSION_PLATFORM@"