1 2 3 4 5 6 7 8
if(UNIX) add_executable( radiotap-gen radiotap-gen.c ) target_link_libraries( radiotap-gen pcap ${GLIB2_LIBRARIES} ) endif()