summaryrefslogtreecommitdiff
path: root/app/CMakeLists.txt
diff options
context:
space:
mode:
authorQiuwen Lu <[email protected]>2017-03-23 13:54:35 +0800
committerQiuwen Lu <[email protected]>2017-03-23 13:54:35 +0800
commit42df3214fc22ce3a55c028bdb3d3a4dfa131bf4d (patch)
treecc93df82e14c32ca5e46c28f24c184eeb056dd5c /app/CMakeLists.txt
parent83de81b8f4b4fe4faabc23517efa791430f65ac2 (diff)
增加应用端收发包统计功能
Diffstat (limited to 'app/CMakeLists.txt')
-rw-r--r--app/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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})