]> git.stg.codes - stg.git/blobdiff - stargazer/plugins/capture/CMakeLists.txt
Port to CMake, get rid of os_int.h.
[stg.git] / stargazer / plugins / capture / CMakeLists.txt
diff --git a/stargazer/plugins/capture/CMakeLists.txt b/stargazer/plugins/capture/CMakeLists.txt
new file mode 100644 (file)
index 0000000..95e09d1
--- /dev/null
@@ -0,0 +1,23 @@
+if ( BUILD_MOD_CAP_NF )
+    add_subdirectory ( cap_nf )
+endif ( BUILD_MOD_CAP_NF )
+
+if ( BUILD_MOD_CAP_ETHER_LINUX )
+    add_subdirectory ( ether_linux )
+endif ( BUILD_MOD_CAP_ETHER_LINUX )
+
+if ( BUILD_MOD_CAP_ETHER_FREEBSD )
+    add_subdirectory ( ether_freebsd )
+endif ( BUILD_MOD_CAP_ETHER_FREEBSD )
+
+if ( BUILD_MOD_CAP_DIVERT )
+    add_subdirectory ( divert_freebsd )
+endif ( BUILD_MOD_CAP_DIVERT )
+
+if ( BUILD_MOD_CAP_PCAP )
+    add_subdirectory ( pcap )
+endif ( BUILD_MOD_CAP_PCAP )
+
+if ( BUILD_MOD_CAP_NFQUEUE )
+    add_subdirectory ( nfqueue )
+endif ( BUILD_MOD_CAP_NFQUEUE )