]> git.stg.codes - stg.git/blob - stargazer/plugins/capture/ether_freebsd/CMakeLists.txt
Port to CMake, get rid of os_int.h.
[stg.git] / stargazer / plugins / capture / ether_freebsd / CMakeLists.txt
1 set ( CPP_FILES ether_cap.cpp )
2
3 add_library ( mod_cap_bpf MODULE ${CPP_FILES} )
4
5 target_link_libraries ( mod_cap_bpf logger common )