diff options
Diffstat (limited to 'NvBlast/test/compiler/cmake/windows/BlastUnitTests-AT.cmake')
| -rw-r--r-- | NvBlast/test/compiler/cmake/windows/BlastUnitTests-AT.cmake | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/NvBlast/test/compiler/cmake/windows/BlastUnitTests-AT.cmake b/NvBlast/test/compiler/cmake/windows/BlastUnitTests-AT.cmake new file mode 100644 index 0000000..6b47219 --- /dev/null +++ b/NvBlast/test/compiler/cmake/windows/BlastUnitTests-AT.cmake @@ -0,0 +1,9 @@ +# Copy the dlls from the deps + +ADD_CUSTOM_COMMAND(TARGET BlastUnitTests POST_BUILD + COMMAND ${CMAKE_COMMAND} -E copy_if_different + ${PXSHAREDSDK_DLLS} + ${PHYSXSDK_DLLS} + ${NVTOOLSEXT_DLL} + $<TARGET_FILE_DIR:BlastUnitTests> + ) |