1 find_package ( NFQueue REQUIRED )
2 find_package ( NFNetLink REQUIRED )
3 find_package ( MNL REQUIRED )
5 set ( CPP_FILES nfqueue.cpp )
7 add_library ( mod_cap_nfqueue MODULE ${CPP_FILES} )
9 target_link_libraries ( mod_cap_nfqueue logger common NF::Queue NF::NetLink MNL::MNL )