Codebase list fcitx-unikey / debian/0.1.1-1 src / CMakeLists.txt
debian/0.1.1-1

Tree @debian/0.1.1-1 (Download .tar.gz)

CMakeLists.txt @debian/0.1.1-1raw · history · blame

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(fcitx-unikey ${fcitx_unikey_sources} )
target_link_libraries(fcitx-unikey unikey)