File: CMakeLists.txt

package info (click to toggle)
kdsoap-ws-discovery-client 0.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 356 kB
  • sloc: cpp: 794; sh: 8; makefile: 5
file content (12 lines) | stat: -rw-r--r-- 326 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# SPDX-FileCopyrightText: 2019-2020 Casper Meijn <casper@meijn.net>
# SPDX-License-Identifier: GPL-3.0-or-later
#

cmake_minimum_required(VERSION 3.7)

include(ECMAddTests)

ecm_add_tests(
    test_wsdiscoveryclient.cpp
    LINK_LIBRARIES Qt${QT_MAJOR_VERSION}::Network Qt${QT_MAJOR_VERSION}::Test KDSoap::WSDiscoveryClient
)