Codebase list fcitx-sunpinyin / HEAD test / CMakeLists.txt
HEAD

Tree @HEAD (Download .tar.gz)

CMakeLists.txt @HEADraw · history · blame

1
2
3
4
5
6
7
include_directories(${SUNPINYIN_INCLUDE_DIRS})
link_directories(${SUNPINYIN_LIBRARY_DIRS})

add_executable(shuangpin_decode shuangpin_decode.cpp)
target_link_libraries(shuangpin_decode ${SUNPINYIN_LIBRARIES})

add_test(shuangpin_decode shuangpin_decode)