X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/8c6fa3fbaccc22127280bf77a48fab5a3ee0716e..46b0747592074017ff0ea4b33d4a7194235886e5:/stargazer/plugins/capture/CMakeLists.txt diff --git a/stargazer/plugins/capture/CMakeLists.txt b/stargazer/plugins/capture/CMakeLists.txt new file mode 100644 index 00000000..95e09d1c --- /dev/null +++ b/stargazer/plugins/capture/CMakeLists.txt @@ -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 )