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

0001 # SPDX-License-Identifier: BSD-2-Clause
0002 # SPDX-FileCopyrightText: 2020-2021 Johan Ouwerkerk <jm.ouwerkerk@gmail.com>
0003 
0004 set(Test_DEP_LIBS Qt::Core Qt::Gui Qt::Concurrent Qt::Test keysmith_lib test_lib)
0005 
0006 set(app_test_SRCS
0007     commandline-account-job.cpp
0008     commandline-options.cpp
0009 )
0010 
0011 ecm_add_tests(${app_test_SRCS} LINK_LIBRARIES ${Test_DEP_LIBS} NAME_PREFIX app-)