Add explicit zintconfig.h for non-Cmake Windows build

This commit is contained in:
Robin Stuart
2020-11-24 07:03:03 +00:00
parent f9b639ed9c
commit f545075162
2 changed files with 6 additions and 1 deletions

View File

@ -2,7 +2,7 @@
project(zint)
configure_file(zintconfig.h.in zintconfig.h)
configure_file(zintconfig.h.in ../../backend/zintconfig.h)
find_package(PNG)