2026-04-06 00:20:51 -05:00

9 lines
217 B
CMake

@PACKAGE_INIT@
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")
include(CMakeFindDependencyMacro)
find_dependency(Qt6 REQUIRED COMPONENTS Core Widgets Svg)
check_required_components(@PROJECT_NAME@)