aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorSadik Armagan <sadik.armagan@arm.com>2020-03-09 11:04:32 +0000
committerSadik Armagan <sadik.armagan@arm.com>2020-03-09 11:05:25 +0000
commit6f86b69989de2469c0d7cac4c685cd081e6cf812 (patch)
treede2e6a13107f152bfc7555db7dba404ace797bb1 /cmake
parent4d4e0e2530629ae9ecfcb379bf0f27c6b18b6891 (diff)
downloadarmnn-6f86b69989de2469c0d7cac4c685cd081e6cf812.tar.gz
IVGCVSW-4540 Fix master build failure to link UnitTests on Android
Change-Id: I22148a0bf243eabfd045475644510f30096d96e3 Signed-off-by: Jim Flynn <jim.flynn@arm.com> Signed-off-by: Sadik Armagan <sadik.armagan@arm.com>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/GlobalConfig.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/GlobalConfig.cmake b/cmake/GlobalConfig.cmake
index 1fb86e930d..f4e4ad548e 100644
--- a/cmake/GlobalConfig.cmake
+++ b/cmake/GlobalConfig.cmake
@@ -22,6 +22,7 @@ option(TF_LITE_GENERATED_PATH "Tensorflow lite generated C++ schema location" OF
option(FLATBUFFERS_ROOT "Location where the flatbuffers 'include' and 'lib' folders to be found" Off)
option(DYNAMIC_BACKEND_PATHS "Colon seperated list of paths where to load the dynamic backends from" "")
option(BUILD_GATORD_MOCK "Build the Gatord simulator for external profiling testing." ON)
+option(BUILD_TIMELINE_DECODER "Build the Timeline Decoder for external profiling." ON)
option(SHARED_BOOST "Use dynamic linking for boost libraries" OFF)
include(SelectLibraryConfigurations)