diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-02-19 13:26:33 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-02-19 13:26:33 +0900 |
commit | 9818b210e2163e93e67a40b75b7420feae9c4e16 (patch) | |
tree | d016407dc48c444e6c02e749caa0a417858a1bea /config.h.cmake | |
parent | 430bf0fb916fd2c65123638b85aff888aada9643 (diff) | |
download | kbfx-9818b210e2163e93e67a40b75b7420feae9c4e16.tar.gz kbfx-9818b210e2163e93e67a40b75b7420feae9c4e16.zip |
Drop autotools support.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake new file mode 100644 index 0000000..e040792 --- /dev/null +++ b/config.h.cmake @@ -0,0 +1,4 @@ +#cmakedefine APPLICATION_VERSION "@APPLICATION_VERSION@" +#cmakedefine HAVE_MANDRAKE @MANDRAKE@ +#cmakedefine APPLICATION_INTERNAL_VERSION @APPLICATION_INTERNAL_VERSION@ +#cmakedefine KBFX_LIB_INSTALL_DIR "@KBFX_LIB_INSTALL_DIR@" |