File: KDSoapWSDiscoveryClientConfig.cmake.in

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 (10 lines) | stat: -rw-r--r-- 290 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# SPDX-FileCopyrightText: 2019 Casper Meijn <casper@meijn.net>
#
# SPDX-License-Identifier: CC0-1.0

@PACKAGE_INIT@

find_dependency(Qt@QT_MAJOR_VERSION@Core @REQUIRED_QT_VERSION@)
find_dependency(@KDSOAP_PACKAGE@)

include("${CMAKE_CURRENT_LIST_DIR}/KDSoapWSDiscoveryClientTargets.cmake")