From 3e54d03115bc502aa85a346d68f50712ece10620 Mon Sep 17 00:00:00 2001 From: Finn Williams Date: Thu, 22 Oct 2020 16:53:35 +0100 Subject: IVGCVSW-5433 Remove boost::transform_iterator and make_transform_iterator Signed-off-by: Finn Williams Change-Id: I28aace7092cff5743353df1b1de8e7a4691554d3 --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 66f6301eb1..13a8a962fc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -254,6 +254,7 @@ list(APPEND armnn_sources include/armnn/utility/NumericCast.hpp include/armnn/utility/PolymorphicDowncast.hpp include/armnn/utility/StringUtils.hpp + include/armnn/utility/TransformIterator.hpp src/armnn/layers/LayerCloneBase.hpp src/armnn/layers/LayerWithParameters.hpp src/armnn/layers/ActivationLayer.hpp @@ -701,6 +702,7 @@ if(BUILD_UNIT_TESTS) src/armnnUtils/test/PrototxtConversionsTest.cpp src/armnnUtils/test/QuantizeHelperTest.cpp src/armnnUtils/test/TensorUtilsTest.cpp + src/armnnUtils/test/TransformIteratorTest.cpp src/profiling/test/BufferTests.cpp src/profiling/test/FileOnlyProfilingDecoratorTests.cpp src/profiling/test/PrintPacketHeaderHandler.cpp -- cgit v1.2.1