From 22a4e1539aca7d39d7abc932f0a4d0b27beedf80 Mon Sep 17 00:00:00 2001 From: James Ward Date: Fri, 25 Sep 2020 11:43:21 +0100 Subject: IVGCVSW-4519 Remove Boost Variant and apply_visitor variant * add mapbox/variant third party package Signed-off-by: James Ward Change-Id: I181302780edd9dace40f158a11327316a12ce69a --- CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index c935e6b52d..592a77d969 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -543,6 +543,12 @@ list(APPEND armnn_sources third-party/cxxopts/cxxopts.hpp third-party/ghc/filesystem.hpp third-party/half/half.hpp + third-party/mapbox/optional.hpp + third-party/mapbox/recursive_wrapper.hpp + third-party/mapbox/variant.hpp + third-party/mapbox/variant_cast.hpp + third-party/mapbox/variant_io.hpp + third-party/mapbox/variant_visitor.hpp ) # Files used for Streamline-based profiling backend -- cgit v1.2.1