aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c84749679a..972db42bdf 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -108,6 +108,7 @@ list(APPEND armnnUtils_sources
src/armnnUtils/TensorUtils.cpp
src/armnnUtils/Threads.cpp
src/armnnUtils/Transpose.cpp
+ third-party/mapbox/variant.hpp
)
add_library_ex(armnnUtils STATIC ${armnnUtils_sources})