From 850a49989f927ec58f6d7dd2de1cbe3785df5eec Mon Sep 17 00:00:00 2001 From: Leonardo Di Donato Date: Mon, 13 Jul 2020 19:57:33 +0000 Subject: [PATCH] build(test/trace_files/psp): target trace-files-psp Signed-off-by: Leonardo Di Donato --- test/trace_files/psp/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/trace_files/psp/CMakeLists.txt b/test/trace_files/psp/CMakeLists.txt index 879d292a..cf6a0cd1 100644 --- a/test/trace_files/psp/CMakeLists.txt +++ b/test/trace_files/psp/CMakeLists.txt @@ -10,4 +10,8 @@ foreach(trace_file_path ${test_trace_files}) add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${trace_file} COMMAND ${CMAKE_COMMAND} -E copy ${trace_file_path} ${CMAKE_CURRENT_BINARY_DIR}/${trace_file} DEPENDS ${trace_file_path}) + list(APPEND PSP_TRACE_FILES_TARGETS test-trace-${trace_file}) endforeach() + +add_custom_target(trace-files-psp ALL) +add_dependencies(trace-files-psp ${PSP_TRACE_FILES_TARGETS}) \ No newline at end of file