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

target_link_libraries(
    test_simple_lookup
    libpinyin
)

add_executable(
    test_phrase_lookup
    test_phrase_lookup.cpp
)

target_link_libraries(
    test_phrase_lookup
    libpinyin
)