From e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 10 Apr 2024 22:34:10 +0200 Subject: Adding upstream version 4.2.2. Signed-off-by: Daniel Baumann --- tools/radiotap-gen/CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tools/radiotap-gen/CMakeLists.txt (limited to 'tools/radiotap-gen/CMakeLists.txt') diff --git a/tools/radiotap-gen/CMakeLists.txt b/tools/radiotap-gen/CMakeLists.txt new file mode 100644 index 00000000..1be395ce --- /dev/null +++ b/tools/radiotap-gen/CMakeLists.txt @@ -0,0 +1,8 @@ + +if(UNIX) + + add_executable( radiotap-gen radiotap-gen.c ) + + target_link_libraries( radiotap-gen pcap ${GLIB2_LIBRARIES} ) + +endif() -- cgit v1.2.3