aboutsummaryrefslogtreecommitdiff
path: root/test/compiler/cmake/windows/BlastUnitTests-AT.cmake
blob: 6b4721912acf4428dfb55f67b2c69ff70509bf36 (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>
	)