In my cmake scripts I build a single list of all my cpp and h files
for the project. At the end of the script I iterate over this list and
add each file to the correct source group based on it's path relative
to the source root. This is only for MSVC. I am running into a
problem where I end
In my cmake scripts I build a single list of all my cpp and h files for the
project. At the end of the script I iterate over this list and add each file
to the correct source group based on it's path relative to the source root.
This is only for MSVC. I am running into a problem where I end up wit