ukui-notification/libukui-notification/ukui-notification-config.cm...

9 lines
272 B
CMake
Raw Normal View History

@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
2023-02-16 09:28:41 +08:00
find_dependency(Qt@QT_VERSION_MAJOR@Core "@REQUIRED_QT_VERSION@")
if(TARGET Qt6::Core)
find_dependency(Qt6Core5Compat @REQUIRED_QT_VERSION@)
endif()
2023-02-16 09:28:41 +08:00
include("${CMAKE_CURRENT_LIST_DIR}/ukui-notification-targets.cmake")