Skip to content

Commit

Permalink
Use new cmake macro
Browse files Browse the repository at this point in the history
  • Loading branch information
wengxt committed Jan 18, 2025
1 parent 03dd13d commit add607b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ set( fcitx_hangul_sources
engine.cpp
)

add_library(hangul MODULE ${fcitx_hangul_sources})
add_fcitx5_addon(hangul ${fcitx_hangul_sources})
target_link_libraries(hangul Fcitx5::Core Fcitx5::Config ${HANGUL_TARGET})
install(TARGETS hangul DESTINATION "${CMAKE_INSTALL_LIBDIR}/fcitx5")
fcitx5_translate_desktop_file(hangul.conf.in hangul.conf)
Expand Down

0 comments on commit add607b

Please sign in to comment.