Description
There were some leftover TODOs when we got Ninja working on Windows, as we hardcoded the names of the debug versions of the libraries. Because Ninja is a single-configuration generator (unlike Visual Studio which is a multi-configuration generator), we have to check CMAKE_BUILD_TYPE and appropriately set the target locations.