From 5ae78299f117a61c48a67c5381341501571a0b03 Mon Sep 17 00:00:00 2001 From: Guillaume Gardet Date: Tue, 15 Oct 2019 08:47:26 +0200 Subject: Move version definition to its own file * Move the ArmNN version to a separate ArmnnVersion.txt file * Updated makefiles accordingly !referencetests:206978 !android-nn-driver:2110 Signed-off-by: Guillaume Gardet Signed-off-by: Matteo Martincigh Change-Id: Ib1a34d38b5f4c7490108ea91d930cf5417d1ca94 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 499f721eb5..e1af11e6f4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,6 +7,7 @@ project(armnn) set(additional_cmake_files) list(APPEND additional_cmake_files + cmake/ArmnnVersion.cmake cmake/Utils.cmake cmake/GlobalConfig.cmake cmake/AddDllCopyCommands.cmake) -- cgit v1.2.1