aboutsummaryrefslogtreecommitdiff
path: root/src/backends/tosaCommon/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/backends/tosaCommon/CMakeLists.txt')
-rw-r--r--src/backends/tosaCommon/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backends/tosaCommon/CMakeLists.txt b/src/backends/tosaCommon/CMakeLists.txt
index 9653859767..61434edc96 100644
--- a/src/backends/tosaCommon/CMakeLists.txt
+++ b/src/backends/tosaCommon/CMakeLists.txt
@@ -8,6 +8,7 @@ include_directories(SYSTEM ${TOSA_SERIALIZATION_LIB_INCLUDE})
list(APPEND armnnTosaBackend_sources
TosaMappings.hpp
+ TosaLayerSupportRules.hpp
)
add_subdirectory(operatorMappings)