Anyone knows how to put the source and header files on the solution root without vs filters at all? I have all my source subfolders nicely sorted into vs filters, however the files into the source root directory are going to "Header Files" and "Source Files".
Thanks.
You can give an empty string to source_group
to achieve this:
source_group("" FILES ${MY_TOP_LEVEL_SOURCES} ${MY_TOP_LEVEL_HEADERS})
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With