blob: 9b5db87e3bc70542bf2335c68f14f824116883d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
@PACKAGE_INIT@
set_and_check(QCustomPlotQt6_INCLUDE_DIRS "@PACKAGE_INCLUDE_INSTALL_DIR@")
set_and_check(QCustomPlotQt6_LIBRARY_DIRS "@PACKAGE_LIB_INSTALL_DIR@")
set(QCustomPlotQt6_LIBRARIES "@QCUSTOMPLOT_LIB@")
# Propogate dependency
include(CMakeFindDependencyMacro)
find_dependency(Qt6 COMPONENTS Widgets PrintSupport REQUIRED)
include("${CMAKE_CURRENT_LIST_DIR}/QCustomPlotQt6Targets.cmake")
check_required_components(QCustomPlotQt6)
|