ncnnΒΆ

hunter_add_package(ncnn)
find_package(ncnn CONFIG REQUIRED)

add_executable(boo boo.cpp)
target_link_libraries(boo PUBLIC ncnn::ncnn)