aboutsummaryrefslogtreecommitdiff
path: root/NvBlast/samples/compiler/cmake/windows/SampleBase-AT.cmake
diff options
context:
space:
mode:
authorBryan Galdrikian <[email protected]>2017-02-21 12:07:59 -0800
committerBryan Galdrikian <[email protected]>2017-02-21 12:07:59 -0800
commit446ce137c6823ba9eff273bdafdaf266287c7c98 (patch)
treed20aab3e2ed08d7b3ca71c2f40db6a93ea00c459 /NvBlast/samples/compiler/cmake/windows/SampleBase-AT.cmake
downloadblast-1.0.0-beta.tar.xz
blast-1.0.0-beta.zip
first commitv1.0.0-beta
Diffstat (limited to 'NvBlast/samples/compiler/cmake/windows/SampleBase-AT.cmake')
-rw-r--r--NvBlast/samples/compiler/cmake/windows/SampleBase-AT.cmake7
1 files changed, 7 insertions, 0 deletions
diff --git a/NvBlast/samples/compiler/cmake/windows/SampleBase-AT.cmake b/NvBlast/samples/compiler/cmake/windows/SampleBase-AT.cmake
new file mode 100644
index 0000000..98d980b
--- /dev/null
+++ b/NvBlast/samples/compiler/cmake/windows/SampleBase-AT.cmake
@@ -0,0 +1,7 @@
+# Copy the dlls from the deps
+
+ADD_CUSTOM_COMMAND(TARGET SampleBase POST_BUILD
+ COMMAND ${CMAKE_COMMAND} -E copy_if_different
+ ${PXSHAREDSDK_DLLS} ${PHYSXSDK_DLLS} ${SHADOW_LIB_DLL} ${HBAO_PLUS_DLL} ${D3DCOMPILER_DLL}
+ ${BL_EXE_OUTPUT_DIR}
+)