]> git.stg.codes - stg.git/blob - stargazer/plugins/capture/CMakeLists.txt
Port to CMake, get rid of os_int.h.
[stg.git] / stargazer / plugins / capture / CMakeLists.txt
1 if ( BUILD_MOD_CAP_NF )
2     add_subdirectory ( cap_nf )
3 endif ( BUILD_MOD_CAP_NF )
4
5 if ( BUILD_MOD_CAP_ETHER_LINUX )
6     add_subdirectory ( ether_linux )
7 endif ( BUILD_MOD_CAP_ETHER_LINUX )
8
9 if ( BUILD_MOD_CAP_ETHER_FREEBSD )
10     add_subdirectory ( ether_freebsd )
11 endif ( BUILD_MOD_CAP_ETHER_FREEBSD )
12
13 if ( BUILD_MOD_CAP_DIVERT )
14     add_subdirectory ( divert_freebsd )
15 endif ( BUILD_MOD_CAP_DIVERT )
16
17 if ( BUILD_MOD_CAP_PCAP )
18     add_subdirectory ( pcap )
19 endif ( BUILD_MOD_CAP_PCAP )
20
21 if ( BUILD_MOD_CAP_NFQUEUE )
22     add_subdirectory ( nfqueue )
23 endif ( BUILD_MOD_CAP_NFQUEUE )