wireshark/tools/radiotap-gen/CMakeLists.txt

9 lines
131 B
CMake

if(UNIX)
add_executable( radiotap-gen radiotap-gen.c )
target_link_libraries( radiotap-gen pcap ${GLIB2_LIBRARIES} )
endif()