Analyze Build Time with MSBuild Log Viewer

Once your Visual Studio solution starts growing, it often ends up integrating some maybe less than standard ways to do something. For example you introduce some custom MSBuild steps, output multiple projects to the same directory, or have things like WiX projects in your solution. Understanding what is actually going on when you build the […]

TIL: CPM, Clang & iOS on Windows

In this Today I Learned (TIL) format, I want to very briefly share things I’ve come across and learned from today. CMake Package Manager Someone on the SFML Discord was trying to get SFML to play nice with their CMake script which uses CMake Package Manager (CPM). CPM is not a built-in functionality or officially […]