summaryrefslogtreecommitdiffstats
path: root/tests/include/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/include/CMakeLists.txt')
-rw-r--r--tests/include/CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/include/CMakeLists.txt b/tests/include/CMakeLists.txt
new file mode 100644
index 0000000..f51c87e
--- /dev/null
+++ b/tests/include/CMakeLists.txt
@@ -0,0 +1,9 @@
+add_executable(
+ test_memory_chunk
+ test_memory_chunk.cpp
+)
+
+target_link_libraries(
+ test_memory_chunk
+ libpinyin
+) \ No newline at end of file