Codebase list fcitx-unikey / run/6e0a169e-49d9-4e78-ae4d-e3ee56fa04d3/main unikey / CMakeLists.txt
run/6e0a169e-49d9-4e78-ae4d-e3ee56fa04d3/main

Tree @run/6e0a169e-49d9-4e78-ae4d-e3ee56fa04d3/main (Download .tar.gz)

CMakeLists.txt @run/6e0a169e-49d9-4e78-ae4d-e3ee56fa04d3/mainraw · history · blame

set(UNIKEY_SRCS
    byteio.cpp
    byteio.h
    charset.cpp
    charset.h
    convert.cpp
    data.cpp
    data.h
    error.cpp
    inputproc.cpp
    inputproc.h
    keycons.h
    mactab.cpp
    mactab.h
    pattern.cpp
    pattern.h
    ukengine.cpp
    ukengine.h
    unikey.cpp
    unikey.h
    usrkeymap.cpp
    usrkeymap.h
    vnconv.h
    vnlexi.h
)


add_library(unikey STATIC ${UNIKEY_SRCS})
set_target_properties(unikey PROPERTIES COMPILE_FLAGS "-fPIC")
target_link_libraries(unikey LibIntl::LibIntl)