aboutsummaryrefslogtreecommitdiff
path: root/NvCloth/samples/compiler/cmake/windows/SampleBase-AT.cmake
diff options
context:
space:
mode:
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, 6 insertions, 1 deletions
diff --git a/NvCloth/samples/compiler/cmake/windows/SampleBase-AT.cmake b/NvCloth/samples/compiler/cmake/windows/SampleBase-AT.cmake
index 0673b96..e445e2a 100644
--- a/NvCloth/samples/compiler/cmake/windows/SampleBase-AT.cmake
+++ b/NvCloth/samples/compiler/cmake/windows/SampleBase-AT.cmake
@@ -16,5 +16,10 @@ ADD_CUSTOM_COMMAND(TARGET SampleBase POST_BUILD
${D3DCOMPILER_DLL}
${BL_EXE_OUTPUT_DIR}
)
+#ADD_CUSTOM_COMMAND(TARGET SampleBase POST_BUILD
+# COMMAND ${CMAKE_COMMAND} -E copy_if_different
+# ${ASSIMP_DLLS}
+# ${BL_EXE_OUTPUT_DIR}
+#)
-MESSAGE("Windows/SampleBase.cmake [end]") \ No newline at end of file
+MESSAGE("Windows/SampleBase.cmake [end]")