Skip to content

Windows: Fix version embedding in CMake binaries

Justin Goshi requested to merge jgoshi/cmake:fixCMakeVersionRC into master

In !1412 (merged) we left out <winres.h> since MinGW does not have the header, but it is needed for the VS_VERSION_INFO macro. Provide the macro ourselves.

Edited by Brad King

Merge request reports