File: KUnifiedPushConfig.cmake.in

package info (click to toggle)
kunifiedpush 25.08.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,036 kB
  • sloc: cpp: 4,524; xml: 154; java: 141; makefile: 5; sh: 1
file content (9 lines) | stat: -rw-r--r-- 243 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# SPDX-FileCopyrightText: 2022 Volker Krause <vkrause@kde.org>
# SPDX-License-Identifier: BSD-2-Clause

@PACKAGE_INIT@

include(CMakeFindDependencyMacro)
find_dependency(Qt6Core)

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