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