summaryrefslogtreecommitdiffstats
path: root/tests/include/CMakeLists.txt
blob: 3ad956c7a3a9b3efb62e554259e340ead5d3454e (plain)
1
2
3
4
5
6
7
8
9
add_executable(
    test_memory_chunk
    test_memory_chunk.cpp
)

target_link_libraries(
    test_memory_chunk
    pinyin
)