Skip to content

Commit

Permalink
cmake: copy hipfft-test third party DLLs to test output dir
Browse files Browse the repository at this point in the history
  • Loading branch information
evetsso authored Sep 12, 2024
1 parent 3274a12 commit 823b546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,6 @@ if (WIN32)
C:/Windows/System32/libomp140*.dll
)
foreach( file_i ${third_party_dlls})
add_custom_command( TARGET hipfft-test POST_BUILD COMMAND ${CMAKE_COMMAND} ARGS -E copy ${file_i} ${PROJECT_BINARY_DIR}/staging )
add_custom_command( TARGET hipfft-test POST_BUILD COMMAND ${CMAKE_COMMAND} ARGS -E copy ${file_i} $<TARGET_FILE_DIR:hipfft-test> )
endforeach( file_i )
endif()

0 comments on commit 823b546

Please sign in to comment.