Warning, /utilities/keysmith/autotests/base32/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 #
0002 # SPDX-License-Identifier: BSD-2-Clause
0003 # SPDX-FileCopyrightText: 2019-2020 Johan Ouwerkerk <jm.ouwerkerk@gmail.com>
0004 #
0005 
0006 set(Test_DEP_LIBS Qt::Core Qt::Test base32_lib)
0007 set(base32_lib_test_SRCS
0008     base32-decode.cpp
0009     base32-coding-decoding.cpp
0010     base32-validate.cpp
0011 )
0012 
0013 ecm_add_tests(
0014     ${base32_lib_test_SRCS}
0015     LINK_LIBRARIES ${Test_DEP_LIBS}
0016     NAME_PREFIX base32-
0017 )