intx

hunter_add_package(intx)
find_package(intx CONFIG REQUIRED)

add_executable(use_intx main.cpp)
target_link_libraries(use_intx intx::intx)