File: KF5FrameworkIntegrationConfig.cmake.in

package info (click to toggle)
frameworkintegration 5.116.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,228 kB
  • sloc: cpp: 823; sh: 13; makefile: 7
file content (8 lines) | stat: -rw-r--r-- 229 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
@PACKAGE_INIT@

include(CMakeFindDependencyMacro)
find_dependency(KF5ConfigWidgets "@KF_DEP_VERSION@")
find_dependency(KF5IconThemes "@KF_DEP_VERSION@")

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