stdext-pathΒΆ

hunter_add_package(stdext-path)
find_package(stdext-path CONFIG REQUIRED)

add_executable(boo boo.cpp)
target_link_libraries(boo PUBLIC stdext-path::stdext-path)