CMake: Add fcitx
This commit is contained in:
@@ -63,6 +63,11 @@ if (UNIX)
|
|||||||
find_package(Sigaltstack)
|
find_package(Sigaltstack)
|
||||||
find_package(SelfDbg)
|
find_package(SelfDbg)
|
||||||
find_package(Ucontext)
|
find_package(Ucontext)
|
||||||
|
find_package(Fcitx)
|
||||||
|
if (Fcitx_FOUND)
|
||||||
|
find_package(DBus1)
|
||||||
|
find_package(X11)
|
||||||
|
endif(Fcitx_FOUND)
|
||||||
endif (UNIX)
|
endif (UNIX)
|
||||||
|
|
||||||
find_package(SSE)
|
find_package(SSE)
|
||||||
@@ -182,6 +187,9 @@ if (NOT OPTION_DEDICATED)
|
|||||||
link_package(Fontconfig TARGET Fontconfig::Fontconfig)
|
link_package(Fontconfig TARGET Fontconfig::Fontconfig)
|
||||||
link_package(ICU_lx)
|
link_package(ICU_lx)
|
||||||
link_package(ICU_i18n)
|
link_package(ICU_i18n)
|
||||||
|
link_package(Fcitx)
|
||||||
|
link_package(DBus1)
|
||||||
|
link_package(X11)
|
||||||
endif (NOT OPTION_DEDICATED)
|
endif (NOT OPTION_DEDICATED)
|
||||||
|
|
||||||
if (APPLE)
|
if (APPLE)
|
||||||
|
Reference in New Issue
Block a user