summaryrefslogtreecommitdiffstats
path: root/tests/lookup/CMakeLists.txt
blob: 79dc1bad4bbffcd7d69ed3576d758903d143b17f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
include_directories(..)

add_executable(
    test_pinyin_lookup
    test_pinyin_lookup.cpp
)

target_link_libraries(
    test_pinyin_lookup
    libzhuyin
)

add_executable(
    test_phrase_lookup
    test_phrase_lookup.cpp
)

target_link_libraries(
    test_phrase_lookup
    libzhuyin
)