2020-06-28 21:53:26 +08:00
|
|
|
# Package-config file for @libBasename@ library
|
|
|
|
# (part of JKQtPlotter, version @PROJECT_VERSION@)
|
|
|
|
#
|
|
|
|
# see: https://github.com/jkriege2/JKQtPlotter
|
|
|
|
# Copyright: (c) Jan Krieger <jan@jkrieger.de>
|
|
|
|
#
|
|
|
|
|
|
|
|
|
2022-04-19 05:10:05 +08:00
|
|
|
# package requires Qt 5/6
|
2022-07-18 21:01:12 +08:00
|
|
|
find_package(Qt@QT_VERSION_MAJOR@ COMPONENTS Core Gui Widgets Xml REQUIRED)
|
2020-06-28 21:53:26 +08:00
|
|
|
|
|
|
|
# include auto-generated targets.cmake file
|
2024-01-22 05:02:39 +08:00
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/@JKQTP_CURRENT_TARGET_FILENAME@")
|
|
|
|
|
|
|
|
if(NOT TARGET JKQTPlotter::@libBasename@)
|
|
|
|
add_library(JKQTPlotter::@libBasename@ ALIAS JKQTPlotter@QT_VERSION_MAJOR@@libBasename@
|
|
|
|
endif()
|