backend/CMakeLists.txt: output dir for zintconfig.h, props Andre Maute (#238); copyright/guard

This commit is contained in:
gitlost
2021-07-12 16:57:32 +01:00
parent d7d787383e
commit 7a1500afeb
3 changed files with 83 additions and 11 deletions

View File

@ -4,7 +4,7 @@
project(zint)
configure_file(zintconfig.h.in ../../backend/zintconfig.h)
configure_file(zintconfig.h.in ${CMAKE_CURRENT_SOURCE_DIR}/zintconfig.h)
set(zint_COMMON_SRCS common.c library.c large.c reedsol.c gs1.c eci.c general_field.c sjis.c gb2312.c gb18030.c)
set(zint_ONEDIM_SRCS code.c code128.c 2of5.c upcean.c telepen.c medical.c plessey.c rss.c)