Knitschi / CMakeProjectFramework

A C++ project infrastructure.
MIT License
2 stars 2 forks source link

Write the version number to binaries on Windows #5

Closed Knitschi closed 6 years ago

Knitschi commented 6 years ago

On windows, the version number can be included in the binary. CMake alows us to do this, so we should do it.

https://stackoverflow.com/questions/6693100/how-to-generate-windows-dll-versioning-information-with-cmake

Knitschi commented 6 years ago

This should be in CPFCMake.

knitschi/cpfcmake#13