File: KF6TextEditorConfig.cmake.in

package info (click to toggle)
kf6-ktexteditor 6.23.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 41,676 kB
  • sloc: cpp: 93,343; javascript: 20,925; xml: 237; sh: 20; ansic: 16; makefile: 8
file content (8 lines) | stat: -rw-r--r-- 229 bytes parent folder | download
1
2
3
4
5
6
7
8
@PACKAGE_INIT@

# KF6 Deps
include(CMakeFindDependencyMacro)
find_dependency(KF6Parts "@KF_DEP_VERSION@")
find_dependency(KF6SyntaxHighlighting "@KF_DEP_VERSION@")

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