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

0001 #
0002 # SPDX-License-Identifier: BSD-2-Clause
0003 # SPDX-FileCopyrightText: 2020 Johan Ouwerkerk <jm.ouwerkerk@gmail.com>
0004 #
0005 
0006 set(Test_DEP_LIBS Qt::Core Qt::Test oath_lib)
0007 set(oath_lib_test_SRCS
0008     luhn-checksum.cpp
0009     count-timesteps.cpp
0010     convert-timestep-counter.cpp
0011     encode-token-defaults.cpp
0012     hotp-algorithm.cpp
0013     totp-algorithm.cpp
0014 )
0015 
0016 ecm_add_tests(
0017     ${oath_lib_test_SRCS}
0018     LINK_LIBRARIES ${Test_DEP_LIBS}
0019     NAME_PREFIX oath-
0020 )