cf12defd28
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
10 lines
293 B
CMake
10 lines
293 B
CMake
@PACKAGE_INIT@
|
|
|
|
include(CMakeFindDependencyMacro)
|
|
message(AUTHOR_WARNING "find_package(KF6Kirigami2) is deprecated, use find_package(KF6Kirigami) instead")
|
|
find_dependency(KF6Kirigami @PROJECT_VERSION@)
|
|
|
|
if (NOT TARGET KF6::Kirigami2)
|
|
add_library(KF6::Kirigami2 ALIAS KF6Kirigami)
|
|
endif()
|