Difference between revisions of "Translations:Develop an simple input method/19/zh-cn"
Jump to navigation
Jump to search
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...") |
(No difference)
|
Latest revision as of 03:26, 19 April 2023
find_package(Fcitx5Core REQUIRED)
- Setup some compiler option that is generally useful and compatible with Fcitx 5 (C++17)
include("${FCITX_INSTALL_CMAKECONFIG_DIR}/Fcitx5Utils/Fcitx5CompilerSettings.cmake")