From 4a559e785828f1b667c1d8c9d69fccb23469efa5 Mon Sep 17 00:00:00 2001 From: wyy Date: Sat, 15 Mar 2014 23:13:32 +0800 Subject: [PATCH] update Limonp --- src/Limonp/CMakeLists.txt | 7 ++++--- test/load_test.cpp | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/Limonp/CMakeLists.txt b/src/Limonp/CMakeLists.txt index 51f62d7..8d57ecb 100644 --- a/src/Limonp/CMakeLists.txt +++ b/src/Limonp/CMakeLists.txt @@ -1,3 +1,4 @@ -INSTALL(FILES ArgvContext.hpp io_functs.hpp macro_def.hpp MysqlClient.hpp - str_functs.hpp cast_functs.hpp Config.hpp logger.hpp map_functs.hpp - std_outbound.hpp InitOnOff.hpp DESTINATION include/CppJieba/Limonp) +INSTALL(FILES ArgvContext.hpp InitOnOff.hpp macro_def.hpp MysqlClient.hpp str_functs.hpp + cast_functs.hpp io_functs.hpp map_functs.hpp NonCopyable.hpp + Config.hpp logger.hpp md5.hpp std_outbound.hpp + DESTINATION include/CppJieba/Limonp) diff --git a/test/load_test.cpp b/test/load_test.cpp index 865d508..9129a99 100644 --- a/test/load_test.cpp +++ b/test/load_test.cpp @@ -1,6 +1,7 @@ #include #include #include "../src/Limonp/ArgvContext.hpp" +#include "../src/Limonp/io_functs.hpp" #include "../src/MPSegment.hpp" #include "../src/HMMSegment.hpp" #include "../src/MixSegment.hpp"