summaryrefslogtreecommitdiffstats
path: root/tests/include/CMakeLists.txt
blob: f51c87e4c04f2cd69cf4a444ae0881eee1124acd (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
    libpinyin
)