10 lines
257 B
CMake
10 lines
257 B
CMake
|
@PACKAGE_INIT@
|
||
|
|
||
|
include(CMakeFindDependencyMacro)
|
||
|
find_dependency(Qt@QT_VERSION_MAJOR@Core )
|
||
|
if(TARGET Qt6::Core)
|
||
|
find_dependency(Qt6Core5Compat @REQUIRED_QT_VERSION@)
|
||
|
endif()
|
||
|
|
||
|
include("${CMAKE_CURRENT_LIST_DIR}/@UKUI_MENU_LIBRARY_NAME@-targets.cmake")
|