summaryrefslogtreecommitdiffstats
path: root/tests/lookup/CMakeLists.txt
blob: 38d45def2f852bde1bbadb08cd46639ec2701660 (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
    pinyin
)

add_executable(
    test_phrase_lookup
    test_phrase_lookup.cpp
)

target_link_libraries(
    test_phrase_lookup
    pinyin
)