The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=13788 
====================================================================== 
Reported By:                Shaun Williams
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   13788
Category:                   CMake
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2012-12-12 15:07 EST
Last Modified:              2012-12-12 15:07 EST
====================================================================== 
Summary:                    Hide Automoc Targets in Visual Studio projects
Description: 
This is a feature request to hide the <target>_automoc projects in a folder in
Visual Studio:
http://public.kitware.com/pipermail/cmake-developers/2012-June/004402.html

It is also related to issue 0013688.

------------

The included patch adds in a new global property:

$ cmake --help-property AUTOMOC_FOLDER
cmake version 2.8.10.20121212

  AUTOMOC_FOLDER
       Name of FOLDER for *_automoc targets that are added automatically by
       CMake.

       If not set, CMake uses the FOLDER property of the parent target as a
       default value for this property.  See also the documentation for the
       FOLDER target property and the AUTOMOC target property.



Steps to Reproduce: 

SET_PROPERTY(GLOBAL PROPERTY USE_FOLDERS ON)
SET_PROPERTY(GLOBAL PROPERTY AUTOMOC_FOLDER automoc)
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2012-12-12 15:07 Shaun Williams New Issue                                    
2012-12-12 15:07 Shaun Williams File Added: automoc_folder.patch                
   
======================================================================

--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to