From c47a095c10f6104fefb7d0406b7f4076ed47f16c Mon Sep 17 00:00:00 2001 From: BYVoid Date: Thu, 11 Aug 2011 18:19:08 +0800 Subject: Add cmake scripts. --- src/include/CMakeLists.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/include/CMakeLists.txt (limited to 'src/include') diff --git a/src/include/CMakeLists.txt b/src/include/CMakeLists.txt new file mode 100644 index 0000000..79da024 --- /dev/null +++ b/src/include/CMakeLists.txt @@ -0,0 +1,13 @@ +set( + LIBPINYIN_INCLUDE_HEADERS + memory_chunk.h + novel_types.h + stl_lite.h +) + +install( + FILES + ${LIBPINYIN_INCLUDE_HEADERS} + DESTINATION + ${DIR_INCLUDE_LIBPINYIN} +) -- cgit