sq epan/dissectors/pidl/rcg/rcg.cnf
[wireshark-sm.git] / tools / radiotap-gen / CMakeLists.txt
blob1be395cec7a05bf63c4c10341ee1898e075684ec
2 if(UNIX)
4         add_executable( radiotap-gen radiotap-gen.c )
6         target_link_libraries( radiotap-gen pcap ${GLIB2_LIBRARIES} )
8 endif()