File: KF6WindowSystemConfig.cmake.in

package info (click to toggle)
kf6-kwindowsystem 6.20.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 22,292 kB
  • sloc: cpp: 18,421; ansic: 35; makefile: 11; sh: 1
file content (16 lines) | stat: -rw-r--r-- 311 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@PACKAGE_INIT@

include(CMakeFindDependencyMacro)
find_dependency(Qt6Gui @REQUIRED_QT_VERSION@)

if(@X11_FOUND@)
    find_dependency(X11)
endif()

if(NOT @BUILD_SHARED_LIBS@)
    if(@X11_FOUND@)
        find_dependency(XCB)
    endif()
endif()

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