From fb5aabb532f612d2e1f021df4f02a57cdd19761f Mon Sep 17 00:00:00 2001 From: Moritz Pflanzer Date: Tue, 18 Jul 2017 14:39:55 +0100 Subject: COMPMID-415: Rename TensorLibrary to AssetsLibrary Change-Id: I0da73ae4b76a6778d3601ea5230dc5e17968deaf Reviewed-on: http://mpd-gerrit.cambridge.arm.com/80936 Reviewed-by: Anthony Barbier Tested-by: Kaizen --- tests/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/CMakeLists.txt') diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 3c4f5029b1..70dfd67728 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -44,13 +44,13 @@ include_directories("${CMAKE_SOURCE_DIR}") include_directories("${CMAKE_SOURCE_DIR}/..") include_directories("${CMAKE_SOURCE_DIR}/../3rdparty/include/") -# TensorLibrary +# AssetsLibrary set(tensor_library_SOURCE_FILES ${CMAKE_SOURCE_DIR}/RawTensor.h ${CMAKE_SOURCE_DIR}/RawTensor.cpp ${CMAKE_SOURCE_DIR}/TensorCache.h - ${CMAKE_SOURCE_DIR}/TensorLibrary.h - ${CMAKE_SOURCE_DIR}/TensorLibrary.cpp + ${CMAKE_SOURCE_DIR}/AssetsLibrary.h + ${CMAKE_SOURCE_DIR}/AssetsLibrary.cpp ) add_library(tensor_library OBJECT -- cgit v1.2.1