mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Add explicit zintconfig.h for non-Cmake Windows build
This commit is contained in:
parent
f9b639ed9c
commit
f545075162
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
project(zint)
|
project(zint)
|
||||||
|
|
||||||
configure_file(zintconfig.h.in zintconfig.h)
|
configure_file(zintconfig.h.in ../../backend/zintconfig.h)
|
||||||
|
|
||||||
find_package(PNG)
|
find_package(PNG)
|
||||||
|
|
||||||
|
5
backend/zintconfig.h
Normal file
5
backend/zintconfig.h
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user