summaryrefslogtreecommitdiff
path: root/app/CMakeLists.txt
diff options
context:
space:
mode:
authorQiuwen Lu <[email protected]>2017-03-20 15:45:32 +0800
committerQiuwen Lu <[email protected]>2017-03-20 15:45:32 +0800
commit12b59f3f18db45ff85e27d90fba44156dceec059 (patch)
tree0e4070687dfcde68d611bd9eacf08de7e7fdcfa2 /app/CMakeLists.txt
parentd92ba3bf81a931a77ca175a50f8990f8b91233d2 (diff)
调整MARSIOv4的接口,接口加入了instance参数。
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 e4529f9..6629da0 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)
+add_library(marsio SHARED src/marsio.c src/arp.c src/neigh.c src/rawio.c src/mrb.c)
set_target_properties(marsio PROPERTIES VERSION ${MARSIO_VERSION_MAJOR}.${MARSIO_VERSION_MINOR})
set_target_properties(marsio PROPERTIES SOVERSION ${MARSIO_VERSION_MAJOR})