blob: b2e89a94b3eb345a41cd0947d72e92cc8be6f55d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# Copy the dlls from the deps
ADD_CUSTOM_COMMAND(TARGET BlastUnitTests POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy_if_different
${PXSHAREDSDK_DLLS}
${PHYSXSDK_DLLS}
${NVTOOLSEXT_DLL}
$<TARGET_FILE_DIR:BlastUnitTests>
)
|