Warning, /utilities/keysmith/autotests/account/keys/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 account_lib account_test_lib secrets_test_lib test_lib)
0007 
0008 set(account_secret_test_SRCS
0009     account-secret-password-flow.cpp
0010 )
0011 
0012 ecm_add_tests(
0013     ${account_secret_test_SRCS}
0014     LINK_LIBRARIES ${Test_DEP_LIBS}
0015     NAME_PREFIX account-secret-
0016 )