summaryrefslogtreecommitdiffstats
path: root/tools/radiotap-gen/CMakeLists.txt
blob: 1be395cec7a05bf63c4c10341ee1898e075684ec (plain)
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()