The pc-ble-driver project uses CMake to generate Solution and Project files for the Windows build of the project. CMake uses absolute paths in these generated files. I can't pick this code up and move it anywhere, or it won't build.
So, if I manually edit all the Visual Studio files generated by CMake and convert absolute paths to relative ones, that FAQ not withstanding, can I expect the Solution to build?