From 7e989834019e49f904df5c5ab0a299bde37c90c9 Mon Sep 17 00:00:00 2001 From: Jan Eilers Date: Fri, 19 Jun 2020 11:47:21 +0100 Subject: IVGCVSW-4488 Adding cxxopts to third-party * as alternative for boost::program_options * added to cmake * added to TPIP list in readme.md Signed-off-by: Jan Eilers Change-Id: Id8c6a12c988196cdac55650bc4761c08a39b3abb --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 3a15cec7a3..91c64721cb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -553,6 +553,7 @@ list(APPEND armnn_sources src/profiling/backends/BackendProfiling.cpp src/profiling/backends/BackendProfiling.hpp third-party/half/half.hpp + third-party/cxxopts/cxxopts.hpp ) # Files used for Streamline-based profiling backend -- cgit v1.2.1