fix(libukui-search):解决使用find_package引用报错的问题

This commit is contained in:
iaom 2023-11-22 11:31:37 +08:00
parent 2e372c14eb
commit b6f613a1aa
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
find_dependency(chinese-segmentation)
find_dependency(Qt@QT_VERSION_MAJOR@Core "@REQUIRED_QT_VERSION@")
if(TARGET Qt6::Core)
find_dependency(Qt6Core5Compat @REQUIRED_QT_VERSION@)