Is it possible to hide the <target>_automoc targets when using the VS2010 generator? If it is not possible, it would be very useful if they could be put in a folder, ie

set_property(GLOBAL PROPERTY USE_FOLDERS ON)
set_property(GLOBAL PROPERTY AUTOMOC_FOLDER automoc)

We tried putting the generated <target>_automoc targets in VS2010 folders manually like shown below, but it doesn't work.

set_property(GLOBAL PROPERTY USE_FOLDERS ON)

add_executable(my-target ....)
set_target_properties(my-target PROPERTIES AUTOMOC TRUE)
set_property(TARGET my-target_automoc PROPERTY FOLDER automoc)

Best regards,

Thomas

--

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