summaryrefslogtreecommitdiffstats
path: root/utils/segment/CMakeLists.txt
blob: c0f0a9aa04d39bbf1bfee15699ff5f15b8f11385 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
add_executable(
    spseg
    spseg.cpp
)

target_link_libraries(
    spseg
    pinyin
)

add_executable(
    ngseg
    ngseg.cpp
)

target_link_libraries(
    ngseg
    pinyin
)