diff options
| author | Marijn Tamis <[email protected]> | 2018-05-03 18:22:48 +0200 |
|---|---|---|
| committer | Marijn Tamis <[email protected]> | 2018-05-03 18:22:48 +0200 |
| commit | ca32c59a58d37c1822e185a2d5f3d0d3e8943593 (patch) | |
| tree | b06b9eec03f34344ef8fc31aa147b2714d3962ee /NvCloth/samples/compiler/cmake/windows/SampleBase-AT.cmake | |
| parent | Forced rename of platform folders in cmake dir. Git didn't pick this up before. (diff) | |
| download | nvcloth-ca32c59a58d37c1822e185a2d5f3d0d3e8943593.tar.xz nvcloth-ca32c59a58d37c1822e185a2d5f3d0d3e8943593.zip | |
NvCloth 1.1.4 Release. (24070740)
Diffstat (limited to 'NvCloth/samples/compiler/cmake/windows/SampleBase-AT.cmake')
| -rw-r--r-- | NvCloth/samples/compiler/cmake/windows/SampleBase-AT.cmake | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/NvCloth/samples/compiler/cmake/windows/SampleBase-AT.cmake b/NvCloth/samples/compiler/cmake/windows/SampleBase-AT.cmake index 1b40447..ec59323 100644 --- a/NvCloth/samples/compiler/cmake/windows/SampleBase-AT.cmake +++ b/NvCloth/samples/compiler/cmake/windows/SampleBase-AT.cmake @@ -1,7 +1,25 @@ # Copy the dlls from the deps +MESSAGE("Windows/SampleBase-AT.cmake [begin]") ADD_CUSTOM_COMMAND(TARGET SampleBase POST_BUILD COMMAND ${CMAKE_COMMAND} -E copy_if_different - ${SHADOW_DLLS} ${HBAO_DLLS} ${D3DCOMPILER_DLL} + ${SHADOW_DLLS} ${BL_EXE_OUTPUT_DIR} ) +ADD_CUSTOM_COMMAND(TARGET SampleBase POST_BUILD + COMMAND ${CMAKE_COMMAND} -E copy_if_different + ${HBAO_DLLS} + ${BL_EXE_OUTPUT_DIR} +) +ADD_CUSTOM_COMMAND(TARGET SampleBase POST_BUILD + COMMAND ${CMAKE_COMMAND} -E copy_if_different + ${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 |