I really like the new FOLDER property for targets.<br><br>I&#39;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 &quot;Utilities/3rdParty&quot;)<br>

add_executable(a ...)<br>add_library(b ...)<br>add_subdirectory(dir) # dir also get&#39;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>