Fix packaged build.
This commit is contained in:
parent
0c4fe1750f
commit
81e27ccc0e
1 changed files with 1 additions and 1 deletions
2
external/hunspell/CMakeLists.txt
vendored
2
external/hunspell/CMakeLists.txt
vendored
|
|
@ -5,7 +5,7 @@
|
|||
# https://github.com/desktop-app/legal/blob/master/LEGAL
|
||||
|
||||
if (DESKTOP_APP_USE_PACKAGED)
|
||||
add_library(external_hunspell INTERFACE IMPORTED)
|
||||
add_library(external_hunspell INTERFACE IMPORTED GLOBAL)
|
||||
add_library(desktop-app::external_hunspell ALIAS external_hunspell)
|
||||
|
||||
find_package(PkgConfig REQUIRED)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue