forked from Qortal/Brooklyn
10 lines
314 B
CMake
10 lines
314 B
CMake
@PACKAGE_INIT@
|
|
|
|
include(CMakeFindDependencyMacro)
|
|
find_dependency(Qt5Core "@QT_MIN_VERSION@")
|
|
find_dependency(Qt5Gui "@QT_MIN_VERSION@")
|
|
find_dependency(Qt5Quick "@QT_MIN_VERSION@")
|
|
find_dependency(KF5ItemModels "@KF5_MIN_VERSION@")
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/LibNotificationManagerLibraryTargets.cmake")
|