aboutsummaryrefslogtreecommitdiff
path: root/test/compiler/cmake/windows/BlastPerfTests-AT.cmake
blob: b49ed0d39685164f92e7b109f7066f99c4c3e468 (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}
)