Codebase list fcitx-unikey / fbec4524-6134-4b40-b857-2f1b3820893f/main src / CMakeLists.txt
fbec4524-6134-4b40-b857-2f1b3820893f/main

Tree @fbec4524-6134-4b40-b857-2f1b3820893f/main (Download .tar.gz)

CMakeLists.txt @fbec4524-6134-4b40-b857-2f1b3820893f/main

bde2489
09fe69e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bde2489
 
b53e550
bde2489
cedff84
bde2489
include_directories (
${PROJECT_SOURCE_DIR}/unikey
${FCITX4_FCITX_INCLUDE_DIRS}
${FCITX4_FCITX_CONFIG_INCLUDE_DIRS}
${FCITX4_FCITX_UTILS_INCLUDE_DIRS}
${PROJECT_BINARY_DIR}
${LIBICONV_INCLUDE_DIR}
)

set( fcitx_unikey_sources
    unikey-im.cpp
    unikey-config.cpp
    unikey-ui.cpp
    )

add_definitions( -DLOCALEDIR=\"${CMAKE_INSTALL_PREFIX}/share/locale\" )

fcitx_add_addon_full(unikey
   SOURCES ${fcitx_unikey_sources}
   DESC
   LINK_LIBS unikey
   IM_CONFIG unikey.conf
   )