Warning, /libraries/upnp-lib-qt/autotests/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2015 (c) Matthieu Gallien <matthieu_gallien@yahoo.fr>
0002 
0003 # SPDX-License-Identifier: BSD-2-Clause
0004 
0005 include(ECMMarkAsTest)
0006 
0007 set(ssdpTests_SRCS
0008     ssdptests.cpp
0009 )
0010 
0011 if (Qt6Test_FOUND)
0012     add_executable(ssdpTests ${ssdpTests_SRCS})
0013     target_link_libraries(ssdpTests Qt::Test Qt::Core Qt::Network UpnpLibQt)
0014     add_test(NAME ssdpUnitTest COMMAND ssdpTests)
0015 endif()