cmcstl2ΒΆ

hunter_add_package(cmcstl2)
find_package(cmcstl2 CONFIG REQUIRED)

add_executable(simple simple.cpp)
target_link_libraries(simple stl2)