File: KPimGAPIConfig.cmake.in

package info (click to toggle)
libkgapi 24.12.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,368 kB
  • sloc: cpp: 37,389; ansic: 977; python: 671; xml: 58; makefile: 16; sh: 1
file content (9 lines) | stat: -rw-r--r-- 241 bytes parent folder | download
1
2
3
4
5
6
7
8
9
@PACKAGE_INIT@

include(CMakeFindDependencyMacro)

find_dependency(KF6CalendarCore "@KF_MIN_VERSION@")
find_dependency(KF6Contacts "@KF_MIN_VERSION@")

include("${CMAKE_CURRENT_LIST_DIR}/KPim6GAPITargets.cmake")
@PACKAGE_INCLUDE_QCHTARGETS@