Warning, /utilities/keysmith/autotests/uri/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 uri_lib)
0007 
0008 set(uri_test_SRCS
0009     percent-encoding.cpp
0010     qr-parsing.cpp
0011 )
0012 
0013 ecm_add_tests(${uri_test_SRCS} LINK_LIBRARIES ${Test_DEP_LIBS} NAME_PREFIX uri-)