diff options
| author | Bryan Galdrikian <[email protected]> | 2018-05-31 11:36:08 -0700 |
|---|---|---|
| committer | Bryan Galdrikian <[email protected]> | 2018-05-31 11:36:08 -0700 |
| commit | 7115f60b91b5717d90f643fd692010905c7004db (patch) | |
| tree | effd68c6978751c517d54c2f2bb5bb6e7dc93e18 /test/compiler/cmake/windows/BlastUnitTests-AT.cmake | |
| parent | Updating BlastTool zip (diff) | |
| download | blast-7115f60b91b5717d90f643fd692010905c7004db.tar.xz blast-7115f60b91b5717d90f643fd692010905c7004db.zip | |
Blast 1.1.3. See docs/release_notes.txt.v1.1.3_rc1
Diffstat (limited to 'test/compiler/cmake/windows/BlastUnitTests-AT.cmake')
| -rwxr-xr-x[-rw-r--r--] | test/compiler/cmake/windows/BlastUnitTests-AT.cmake | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/test/compiler/cmake/windows/BlastUnitTests-AT.cmake b/test/compiler/cmake/windows/BlastUnitTests-AT.cmake index 6b47219..b2e89a9 100644..100755 --- a/test/compiler/cmake/windows/BlastUnitTests-AT.cmake +++ b/test/compiler/cmake/windows/BlastUnitTests-AT.cmake @@ -1,9 +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> - ) +# 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>
+ )
|