From 42df3214fc22ce3a55c028bdb3d3a4dfa131bf4d Mon Sep 17 00:00:00 2001 From: Qiuwen Lu Date: Thu, 23 Mar 2017 13:54:35 +0800 Subject: 增加应用端收发包统计功能 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/CMakeLists.txt') diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt index ca892a4..16b4ee9 100644 --- a/app/CMakeLists.txt +++ b/app/CMakeLists.txt @@ -7,7 +7,7 @@ include_directories(${DPDK_INCLUDE_DIR}) include_directories(include) add_definitions(${DPDK_C_PREDEFINED}) -add_library(marsio SHARED src/marsio.c src/arp.c src/neigh.c src/rawio.c src/mrb.c src/sendpath.c) +add_library(marsio SHARED src/marsio.c src/arp.c src/neigh.c src/rawio.c src/mrb.c src/sendpath.c src/monit.c) set_target_properties(marsio PROPERTIES VERSION ${MARSIO_VERSION_MAJOR}.${MARSIO_VERSION_MINOR}) set_target_properties(marsio PROPERTIES SOVERSION ${MARSIO_VERSION_MAJOR}) -- cgit v1.2.3