aboutsummaryrefslogtreecommitdiff
path: root/test/compiler/cmake/windows/BlastPerfTests-AT.cmake
diff options
context:
space:
mode:
authorBryan Galdrikian <[email protected]>2017-02-24 09:32:20 -0800
committerBryan Galdrikian <[email protected]>2017-02-24 09:32:20 -0800
commite1bf674c16e3c8472b29574159c789cd3f0c64e0 (patch)
tree9f0cfce09c71a2c27ff19589fcad6cd83504477c /test/compiler/cmake/windows/BlastPerfTests-AT.cmake
parentfirst commit (diff)
downloadblast-e1bf674c16e3c8472b29574159c789cd3f0c64e0.tar.xz
blast-e1bf674c16e3c8472b29574159c789cd3f0c64e0.zip
Updating to [email protected] and [email protected] with a new directory structure.
NvBlast folder is gone, files have been moved to top level directory. README is changed to reflect this.
Diffstat (limited to 'test/compiler/cmake/windows/BlastPerfTests-AT.cmake')
-rw-r--r--test/compiler/cmake/windows/BlastPerfTests-AT.cmake7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/compiler/cmake/windows/BlastPerfTests-AT.cmake b/test/compiler/cmake/windows/BlastPerfTests-AT.cmake
new file mode 100644
index 0000000..d1f39d6
--- /dev/null
+++ b/test/compiler/cmake/windows/BlastPerfTests-AT.cmake
@@ -0,0 +1,7 @@
+# Copy the dlls from the deps
+
+ADD_CUSTOM_COMMAND(TARGET BlastPerfTests POST_BUILD
+ COMMAND ${CMAKE_COMMAND} -E copy_if_different
+ ${PXSHAREDSDK_DLLS}
+ ${BL_EXE_OUTPUT_DIR}
+)