include(FindPkgConfig) pkg_check_modules(LIBBPF libbpf) if(LIBBPF_FOUND) set(SUPPORT_BPF true) else() set(SUPPORT_BPF false) endif()