summaryrefslogtreecommitdiff
path: root/app/CMakeLists.txt
diff options
context:
space:
mode:
authorQiuwen Lu <[email protected]>2017-04-25 10:22:34 +0800
committerQiuwen Lu <[email protected]>2017-04-25 10:22:34 +0800
commit7983e813f1d4ba246e4dccb25835a52fbd098224 (patch)
tree85198785548e4adec6c89776ad6f3ffa7508e9c9 /app/CMakeLists.txt
parent5a558774295260e9880db70f8c7b469ea176cd10 (diff)
增加ARP重发功能,增加ICMP支持。
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 0ac3462..0f8b0a4 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 src/monit.c)
+add_library(marsio SHARED src/marsio.c src/arp.c src/icmp.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})