From 446ce137c6823ba9eff273bdafdaf266287c7c98 Mon Sep 17 00:00:00 2001 From: Bryan Galdrikian Date: Tue, 21 Feb 2017 12:07:59 -0800 Subject: first commit --- NvBlast/samples/compiler/cmake/windows/SampleBase-AT.cmake | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 NvBlast/samples/compiler/cmake/windows/SampleBase-AT.cmake (limited to 'NvBlast/samples/compiler/cmake/windows/SampleBase-AT.cmake') 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} +) -- cgit v1.2.3