From f54507516227d405f3c95cbdd277d4e83f5a34ed Mon Sep 17 00:00:00 2001 From: Robin Stuart Date: Tue, 24 Nov 2020 07:03:03 +0000 Subject: [PATCH] Add explicit zintconfig.h for non-Cmake Windows build --- backend/CMakeLists.txt | 2 +- backend/zintconfig.h | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 backend/zintconfig.h diff --git a/backend/CMakeLists.txt b/backend/CMakeLists.txt index b28eeb9b..6d0377f7 100644 --- a/backend/CMakeLists.txt +++ b/backend/CMakeLists.txt @@ -2,7 +2,7 @@ project(zint) -configure_file(zintconfig.h.in zintconfig.h) +configure_file(zintconfig.h.in ../../backend/zintconfig.h) find_package(PNG) diff --git a/backend/zintconfig.h b/backend/zintconfig.h new file mode 100644 index 00000000..1e3dced3 --- /dev/null +++ b/backend/zintconfig.h @@ -0,0 +1,5 @@ +// the configured options and settings for libzint +#define ZINT_VERSION_MAJOR 2 +#define ZINT_VERSION_MINOR 9 +#define ZINT_VERSION_RELEASE 1 +#define ZINT_VERSION_BUILD 9