Hello
I am trying to group my files( which are not .cpp or .h ) under visual
studio folder.
I am using these files as input to custom command which produces output used
in custom target.
I am doing the following :

SOURCE_GROUP("Matlab files"
  FILES ${My_Matlab_Files})

This is not working, so I assume that only files listed in add_library or
add_executable can be be grouped in visual studio folders. Is this correct?
is there any workaround?
Thanks
_______________________________________________
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://www.cmake.org/mailman/listinfo/cmake

Reply via email to