Skip to content

Commit

Permalink
Add spell.conf.in-fmt to copy-addon deps
Browse files Browse the repository at this point in the history
  • Loading branch information
wengxt committed Apr 23, 2024
1 parent 04e6977 commit 6e665c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/addon/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
add_library(dummyaddon MODULE dummyaddon.cpp)
target_link_libraries(dummyaddon Fcitx5::Core)

set(COPY_ADDON_DEPENDS unicode.conf.in-fmt quickphrase.conf.in-fmt xcb.conf.in-fmt)
set(COPY_ADDON_DEPENDS unicode.conf.in-fmt quickphrase.conf.in-fmt xcb.conf.in-fmt spell.conf.in-fmt)

if (ENABLE_KEYBOARD)
list(APPEND COPY_ADDON_DEPENDS keyboard.conf.in-fmt)
Expand Down

0 comments on commit 6e665c9

Please sign in to comment.