]> git.stg.codes - stg.git/blobdiff - stargazer/plugins/capture/pcap/CMakeLists.txt
Reorganize plugins.
[stg.git] / stargazer / plugins / capture / pcap / CMakeLists.txt
diff --git a/stargazer/plugins/capture/pcap/CMakeLists.txt b/stargazer/plugins/capture/pcap/CMakeLists.txt
deleted file mode 100644 (file)
index 3d9eb01..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-find_package ( PCap REQUIRED )
-
-set ( CPP_FILES pcap_cap.cpp )
-
-add_library ( mod_cap_pcap MODULE ${CPP_FILES} )
-
-target_link_libraries ( mod_cap_pcap logger common PCap::PCap )