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

ADD_CUSTOM_COMMAND(TARGET BlastPerfTests POST_BUILD
	COMMAND ${CMAKE_COMMAND} -E copy_if_different 
	${PXSHAREDSDK_DLLS}
	${BL_EXE_OUTPUT_DIR}
)