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

ADD_CUSTOM_COMMAND(TARGET SampleAssetViewer POST_BUILD
	COMMAND ${CMAKE_COMMAND} -E copy_if_different 
	${PHYSXSDK_DLLS}
	${BL_EXE_OUTPUT_DIR}
)