diff options
Diffstat (limited to 'samples/compiler/cmake/windows/SampleAssetViewer-AT.cmake')
| -rwxr-xr-x[-rw-r--r--] | samples/compiler/cmake/windows/SampleAssetViewer-AT.cmake | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/samples/compiler/cmake/windows/SampleAssetViewer-AT.cmake b/samples/compiler/cmake/windows/SampleAssetViewer-AT.cmake index d0defc9..a1bdc62 100644..100755 --- a/samples/compiler/cmake/windows/SampleAssetViewer-AT.cmake +++ b/samples/compiler/cmake/windows/SampleAssetViewer-AT.cmake @@ -1,7 +1,7 @@ -# Copy the dlls from the deps - -ADD_CUSTOM_COMMAND(TARGET SampleAssetViewer POST_BUILD - COMMAND ${CMAKE_COMMAND} -E copy_if_different - ${PXSHAREDSDK_DLLS} ${PHYSXSDK_DLLS} - ${BL_EXE_OUTPUT_DIR} -) +# Copy the dlls from the deps
+
+ADD_CUSTOM_COMMAND(TARGET SampleAssetViewer POST_BUILD
+ COMMAND ${CMAKE_COMMAND} -E copy_if_different
+ ${PXSHAREDSDK_DLLS} ${PHYSXSDK_DLLS}
+ ${BL_EXE_OUTPUT_DIR}
+)
|