aboutsummaryrefslogtreecommitdiff
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorAli Abdulkadir <autostart.ini@gmail.com>2017-09-26 00:49:04 +0300
committerAli Abdulkadir <autostart.ini@gmail.com>2017-09-26 00:49:04 +0300
commit80e01edc4ae735b67ca5fa7017175b1f45b45cf4 (patch)
tree0ecacc78558576c8443ce2d170b9a88d61ddfac7 /cmakeconfig.h.in
parenta5067a902f9f3752313b2b77e445e5eedf0ea350 (diff)
Added version information to libraries build with cmake
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r--cmakeconfig.h.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in
index a57776b7..db71b80a 100644
--- a/cmakeconfig.h.in
+++ b/cmakeconfig.h.in
@@ -252,11 +252,14 @@
/* Define to the address where bug reports for this package should be sent. */
#cmakedefine PACKAGE_BUGREPORT 1
+/* Define to the DLL-preferred version string of of this package. */
+#cmakedefine PACKAGE_VERSION_DLL @PACKAGE_VERSION_DLL@
+
/* Define to the full name of this package. */
-#cmakedefine PACKAGE_NAME 1
+#cmakedefine PACKAGE_NAME @PACKAGE_NAME@
/* Define to the full name and version of this package. */
-#cmakedefine PACKAGE_STRING 1
+#cmakedefine PACKAGE_STRING @PACKAGE_STRING@
/* Define to the one symbol short name of this package. */
#cmakedefine PACKAGE_TARNAME 1
@@ -265,7 +268,7 @@
#cmakedefine PACKAGE_URL 1
/* Define to the version of this package. */
-#cmakedefine PACKAGE_VERSION 1
+#cmakedefine PACKAGE_VERSION @PACKAGE_VERSION@
/* target host supports Bluetooth sniffing */
#cmakedefine PCAP_SUPPORT_BT 1