aboutsummaryrefslogtreecommitdiff
path: root/tests/MemoryStrategyBenchmark
diff options
context:
space:
mode:
Diffstat (limited to 'tests/MemoryStrategyBenchmark')
-rw-r--r--tests/MemoryStrategyBenchmark/CMakeLists.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/MemoryStrategyBenchmark/CMakeLists.txt b/tests/MemoryStrategyBenchmark/CMakeLists.txt
index 9ed79bae5f..e9b647742e 100644
--- a/tests/MemoryStrategyBenchmark/CMakeLists.txt
+++ b/tests/MemoryStrategyBenchmark/CMakeLists.txt
@@ -1,3 +1,8 @@
+#
+# Copyright © 2021 Arm Ltd and Contributors. All rights reserved.
+# SPDX-License-Identifier: MIT
+#
+
add_executable(MemoryStrategyBenchmark
MemoryStrategyBenchmark.cpp
TestBlocks.hpp
@@ -13,4 +18,4 @@ target_include_directories(MemoryStrategyBenchmark PRIVATE
../../third-party/cxxopts)
-set_target_properties(MemoryStrategyBenchmark PROPERTIES LINKER_LANGUAGE CXX) \ No newline at end of file
+set_target_properties(MemoryStrategyBenchmark PROPERTIES LINKER_LANGUAGE CXX)