mirror of
https://github.com/rtbrick/bngblaster.git
synced 2024-05-06 15:54:57 +00:00
cmake doc update
This commit is contained in:
@@ -29,6 +29,8 @@ add_executable(bngblaster ${BBL_SOURCES})
|
||||
find_library(libdict NAMES libdict.a REQUIRED)
|
||||
|
||||
target_link_libraries(bngblaster curses crypto jansson ${libdict} m)
|
||||
|
||||
# add experimental netmap support
|
||||
if(BNGBLASTER_NETMAP)
|
||||
add_definitions(-DBNGBLASTER_NETMAP)
|
||||
target_link_libraries(bngblaster netmap)
|
||||
|
||||
Reference in New Issue
Block a user