MathFuΒΆ

hunter_add_package(MathFu)
find_package(MathFu CONFIG REQUIRED)

add_executable(boo boo.cpp)
target_link_libraries(boo PUBLIC MathFu::mathfu)