aboutsummaryrefslogtreecommitdiff
path: root/NvCloth/samples/compiler/cmake/windows/SampleBase-AT.cmake
diff options
context:
space:
mode:
authormtamis <[email protected]>2017-02-28 18:24:59 +0100
committermtamis <[email protected]>2017-02-28 18:24:59 +0100
commit5581909a4d19db97304449f66404ff99a0429d3f (patch)
treea90f7eb85c095a8aba45cf5e909c82c1cdbed77d /NvCloth/samples/compiler/cmake/windows/SampleBase-AT.cmake
parentFix cmake visual studio project generation (locate_gw_root.bat) (diff)
downloadnvcloth-5581909a4d19db97304449f66404ff99a0429d3f.tar.xz
nvcloth-5581909a4d19db97304449f66404ff99a0429d3f.zip
Add visual samples.
Diffstat (limited to 'NvCloth/samples/compiler/cmake/windows/SampleBase-AT.cmake')
-rw-r--r--NvCloth/samples/compiler/cmake/windows/SampleBase-AT.cmake7
1 files changed, 7 insertions, 0 deletions
diff --git a/NvCloth/samples/compiler/cmake/windows/SampleBase-AT.cmake b/NvCloth/samples/compiler/cmake/windows/SampleBase-AT.cmake
new file mode 100644
index 0000000..1b40447
--- /dev/null
+++ b/NvCloth/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
+ ${SHADOW_DLLS} ${HBAO_DLLS} ${D3DCOMPILER_DLL}
+ ${BL_EXE_OUTPUT_DIR}
+)