aboutsummaryrefslogtreecommitdiff
path: root/include/armnn/backends/CMakeLists.txt
blob: 94e757fe8a6f05a589c50af4eacf1547d57145bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# Copyright © 2019 Arm Ltd. All rights reserved.
# SPDX-License-Identifier: MIT
#

list(APPEND armnnBackendsAPI_sources
     CpuTensorHandleFwd.hpp
     DynamicBackend.hpp
     IBackendInternal.hpp
     IBackendContext.hpp
     IMemoryManager.hpp
     ITensorHandle.hpp
     ITensorHandleFactory.hpp
     IWorkload.hpp
     OptimizationViews.hpp
     WorkloadInfo.hpp
     profiling/IBackendProfiling.hpp
     profiling/IBackendProfilingContext.hpp
)

add_library(armnnBackendsAPI OBJECT ${armnnBackendsAPI_sources})