Warning, /libraries/futuresql/src/FutureSQLConfig.cmake.in is written in an unsupported language. File is not indexed.
0001 # SPDX-FileCopyrightText: 2022 Jonah BrĂ¼chert <jbb@kaidan.im 0002 # 0003 # SPDX-License-Identifier: BSD-2-Clause 0004 0005 @PACKAGE_INIT@ 0006 0007 include(CMakeFindDependencyMacro) 0008 find_dependency(Qt@QT_MAJOR_VERSION@Core @REQUIRED_QT_VERSION@) 0009 find_dependency(Qt@QT_MAJOR_VERSION@Sql @REQUIRED_QT_VERSION@) 0010 0011 # Any changes in this ".cmake" file will be overwritten by CMake, the source is the ".cmake.in" file. 0012 0013 include("${CMAKE_CURRENT_LIST_DIR}/FutureSQLTargets.cmake") 0014 0015 set(FutureSQL_INSTALL_PREFIX "@PACKAGE_CMAKE_INSTALL_PREFIX@") 0016 0017 @PACKAGE_INCLUDE_QCHTARGETS@