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