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)
|