File: KPimSMTPConfig.cmake.in

package info (click to toggle)
ksmtp 24.12.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 580 kB
  • sloc: cpp: 1,934; makefile: 16; sh: 1
file content (9 lines) | stat: -rw-r--r-- 294 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# SPDX-FileCopyrightText: 2017 Daniel Vrátil <dvratil@kde.org>
# SPDX-License-Identifier: BSD-3-Clause

@PACKAGE_INIT@

include(CMakeFindDependencyMacro)
find_dependency(KF6CoreAddons "@KF_MIN_VERSION@")
include("${CMAKE_CURRENT_LIST_DIR}/KPim6SMTPTargets.cmake")
@PACKAGE_INCLUDE_QCHTARGETS@