forked from Qortal/Brooklyn
7 lines
166 B
CMake
7 lines
166 B
CMake
@PACKAGE_INIT@
|
|
|
|
include(CMakeFindDependencyMacro)
|
|
find_dependency(Qt5Core "@QT_MIN_VERSION@")
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/LibKWorkspaceLibraryTargets.cmake")
|