File: KF5CalendarUtilsConfig.cmake.in

package info (click to toggle)
kcalutils 4%3A18.08.3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,424 kB
  • sloc: cpp: 6,198; makefile: 7; sh: 4
file content (8 lines) | stat: -rw-r--r-- 270 bytes parent folder | download
1
2
3
4
5
6
7
8
@PACKAGE_INIT@

include(CMakeFindDependencyMacro)
find_dependency(KF5CoreAddons "@KF5_VERSION@")
find_dependency(KF5Config "@KF5_VERSION@")
find_dependency(KF5CalendarCore "@CALENDARCORE_LIB_VERSION@")

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