Translations:Develop an simple input method/19/zh-cn

From Fcitx
Revision as of 03:26, 19 April 2023 by Matrikslee (talk | contribs) (Created page with "find_package(Fcitx5Core REQUIRED) # Setup some compiler option that is generally useful and compatible with Fcitx 5 (C++17) include("${FCITX_INSTALL_CMAKECONFIG_DIR}/Fcitx5Uti...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

find_package(Fcitx5Core REQUIRED)

  1. Setup some compiler option that is generally useful and compatible with Fcitx 5 (C++17)

include("${FCITX_INSTALL_CMAKECONFIG_DIR}/Fcitx5Utils/Fcitx5CompilerSettings.cmake")