aboutsummaryrefslogtreecommitdiff
path: root/test/compiler/cmake/windows/BlastUnitTests-AT.cmake
blob: 4f2e8b493709737eef08d8135c1168efb4b8eb7f (plain) (blame)
1
2
3
4
5
6
7
8
# Copy the dlls from the deps

ADD_CUSTOM_COMMAND(TARGET BlastUnitTests POST_BUILD
	COMMAND ${CMAKE_COMMAND} -E copy_if_different 
	${PHYSXSDK_DLLS}
	${NVTOOLSEXT_DLL}
	$<TARGET_FILE_DIR:BlastUnitTests>
	)