diff options
| author | Qiuwen Lu <[email protected]> | 2017-03-23 13:54:35 +0800 |
|---|---|---|
| committer | Qiuwen Lu <[email protected]> | 2017-03-23 13:54:35 +0800 |
| commit | 42df3214fc22ce3a55c028bdb3d3a4dfa131bf4d (patch) | |
| tree | cc93df82e14c32ca5e46c28f24c184eeb056dd5c /app/CMakeLists.txt | |
| parent | 83de81b8f4b4fe4faabc23517efa791430f65ac2 (diff) | |
增加应用端收发包统计功能
Diffstat (limited to 'app/CMakeLists.txt')
| -rw-r--r-- | app/CMakeLists.txt | 2 |
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}) |
