mngΒΆ

hunter_add_package(mng)
find_package(mng CONFIG REQUIRED)

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