- Add injection package plug-in - Add libstellar_dynamic.so to facilitate unit testing of upper-level plug-ins
3 lines
118 B
CMake
3 lines
118 B
CMake
# build packet_parser
|
|
add_executable(packet_parser packet_parser.cpp)
|
|
target_link_libraries(packet_parser packet pcap) |