aboutsummaryrefslogtreecommitdiff
path: root/NvBlast/samples/compiler/cmake/windows/SampleBase-AT.cmake
diff options
context:
space:
mode:
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}
+)