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