cmake min 3.9 -> 3.13 so LINK_LIBRARIES available in try_compile()

cmake: hardcode -fsanitize=address for MSVC 2019
cmake: non-MSVC simplify setting sanitize address, undefined
test_code128: test_hibc_input: extra tests
This commit is contained in:
gitlost 2021-07-19 15:58:44 +01:00
parent ef6e1ca1e3
commit 141cc0b866
5 changed files with 32 additions and 29 deletions

View file

@ -3,7 +3,7 @@
# Copyright (C) 2006-2017 Kentaro Fukuchi <kentaro@fukuchi.org>
# vim: set ts=4 sw=4 et :
cmake_minimum_required(VERSION 3.9)
cmake_minimum_required(VERSION 3.13)
project(zint_frontend_tests)
enable_testing()