mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-22 03:05:11 -04:00

also add min version to all CMakeLists.txt GUI: add missing accelerator to UPCA/UPCEAN.ui "Guard Whitespace"; add default value to some "Default" buttons; reformat DAFT examples again; add \^@ to special escs hint
16 lines
422 B
CMake
16 lines
422 B
CMake
# Copyright (C) 2020-24 Robin Stuart <rstuart114@gmail.com>
|
|
# Adapted from qrencode/tests/CMakeLists.txt
|
|
# Copyright (C) 2006-2017 Kentaro Fukuchi <kentaro@fukuchi.org>
|
|
# vim: set ts=4 sw=4 et :
|
|
|
|
cmake_minimum_required(VERSION 3.10)
|
|
project(zint_frontend_tests)
|
|
|
|
enable_testing()
|
|
|
|
include(${zint-package_SOURCE_DIR}/cmake/zint_add_test.cmake)
|
|
|
|
if(ZINT_SHARED)
|
|
set(ZINT_STATIC "")
|
|
endif()
|
|
zint_add_test(args test_args)
|