After generating VS2017 solution from CMake, projects are sorted in alphabetical order. I'd like them to be sorted by their call order in CMake project (this is the case in Xcode for instance). I unfortunately could'nt find how to this, if such a thing possible.
I tried renaming my libraries alphabetically in the order I want. But this is messy and doesn't solve the problem since I don't want to also rename third-party libraries. Any solution for this ?