mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-17 09:57:02 +00:00
Integrate GS1 Syntax Engine
This commit is contained in:
@@ -23,11 +23,12 @@ option(ZINT_TEST "Set test compile flag" OFF)
|
||||
option(ZINT_COVERAGE "Set code coverage flags" OFF)
|
||||
option(ZINT_SHARED "Build shared library" ON)
|
||||
option(ZINT_STATIC "Build static library" OFF)
|
||||
option(ZINT_FRONTEND "Build frontend" ON)
|
||||
option(ZINT_USE_GS1SE "Build with GS1 Syntax Engine" ON)
|
||||
option(ZINT_USE_PNG "Build with PNG support" ON)
|
||||
option(ZINT_USE_QT "Build with Qt support" ON)
|
||||
option(ZINT_QT6 "If ZINT_USE_QT, use Qt6" OFF)
|
||||
option(ZINT_UNINSTALL "Add uninstall target" ON)
|
||||
option(ZINT_FRONTEND "Build frontend" ON)
|
||||
|
||||
if(NOT ZINT_SHARED AND NOT ZINT_STATIC)
|
||||
message(SEND_ERROR "Either ZINT_SHARED or ZINT_STATIC or both must be set")
|
||||
|
||||
Reference in New Issue
Block a user