On linux I am using a command such as:
configure_file(dot_alpha_16.bmp test/dot_samples/dot_alpha_16.bmp COPYONLY)
to copy some unit test files to the build directory. On windows the files aren't getting copied. Is there a specific reason why this happens?