nCine/nCine
benchmarks/CMakeLists.txt
:14
add_custom_target(copy_ncine_dll_benchmarks ALL
COMMAND ${CMAKE_COMMAND} -E copy_if_different $<TARGET_FILE:ncine> ${CMAKE_BINARY_DIR}/benchmarks
DEPENDS ncine
COMMENT "Copying nCine DLL..."
)