blob: 3823cf1d72dfef1d1cfc3eec3121c28f75c61ac0 [file] [log] [blame]
Cathal Corbett9c9d5b92022-08-17 17:30:16 +01001#
Matthew Sloyanc01da452023-01-23 10:20:04 +00002# Copyright © 2022-2023 Arm Ltd and Contributors. All rights reserved.
Cathal Corbett9c9d5b92022-08-17 17:30:16 +01003# SPDX-License-Identifier: MIT
4#
5
Matthew Sloyanc01da452023-01-23 10:20:04 +00006if(ARMNNTOSACOMMON)
Cathal Corbett9c9d5b92022-08-17 17:30:16 +01007 add_subdirectory(${PROJECT_SOURCE_DIR}/src/backends/tosaCommon)
8 list(APPEND armnnLibraries armnnTosaBackend)
9 list(APPEND armnnLibraries armnnTosaBackendOperators)
10 list(APPEND armnnUnitTestLibraries armnnTosaBackendUnitTests)
11endif()