summaryrefslogtreecommitdiffstats
path: root/utils/segment/CMakeLists.txt
blob: 82e4debde8d027c4a85206bb745a7bc24912d250 (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
    libpinyin
)

add_executable(
    ngseg
    ngseg.cpp
)

target_link_libraries(
    ngseg
    libpinyin
)