File: KF5PtyConfig.cmake.in

package info (click to toggle)
kpty 5.116.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 23,156 kB
  • sloc: cpp: 1,419; ansic: 121; sh: 22; makefile: 11
file content (9 lines) | stat: -rw-r--r-- 231 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
@PACKAGE_INIT@

include(CMakeFindDependencyMacro)
find_dependency(KF5CoreAddons "@KF_DEP_VERSION@")

set(KPty_HAVE_UTEMPTER "@UTEMPTER_FOUND@")

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