1# - Config information for Cutelyst
2# This file defines:
3#
4#  CutelystQt5_INCLUDE_DIR - the Cutelyst include directory
5#  CutelystQt5_LIBRARY - Link these to use Cutelyst
6
7SET(prefix "@CMAKE_INSTALL_PREFIX@")
8SET(exec_prefix "@CMAKE_INSTALL_PREFIX@")
9SET(Cutelyst@PROJECT_VERSION_MAJOR@Qt@QT_VERSION_MAJOR@_FOUND "TRUE")
10
11include("${CMAKE_CURRENT_LIST_DIR}/Cutelyst@PROJECT_VERSION_MAJOR@Qt@QT_VERSION_MAJOR@Targets.cmake")
12