Warning, /libraries/perceptualcolor/src/Config.cmake.in is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: Lukas Sommer <sommerluk@gmail.com>
0002 # SPDX-License-Identifier: BSD-2-Clause OR MIT
0003 
0004 # See https://cmake.org/cmake/help/latest/guide/importing-exporting/index.html
0005 # for details.
0006 
0007 @PACKAGE_INIT@
0008 
0009 include(CMakeFindDependencyMacro)
0010 find_dependency(
0011     Qt6
0012     # WARNING Keep in sync between src/Config.cmake.in and CMakeLists.txt!
0013     COMPONENTS Core Gui Widgets DBus Test Concurrent Svg
0014 )
0015 
0016 include("${CMAKE_CURRENT_LIST_DIR}/@LIBRARY_NAME@.cmake")
0017 
0018 check_required_components(@LIBRARY_NAME@)