wyrmΒΆ

hunter_add_package(wyrm)
find_package(wyrm CONFIG REQUIRED)

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