I really like the new FOLDER property for targets.<br><br>I'm wondering if it could be extended to allow me to set this for a whole directory. Something like:<br><br>set_property(DIRECTORY PROPERTY FOLDER "Utilities/3rdParty")<br>
add_executable(a ...)<br>add_library(b ...)<br>add_subdirectory(dir) # dir also get's this property<br><br>This would make it pretty speedy to add this feature without having to add the set_property to each target, and it would be easier to maintain. Any new projects would get the property as well.<br>
<br>James<br>