Hello<br>I am trying to group my files( which are not .cpp or .h ) under visual studio folder.<br>I am using these files as input to custom command which produces output used in custom target.<br>I am doing the following :<br>
<br>SOURCE_GROUP("Matlab files"<br> FILES ${My_Matlab_Files})<br><br>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?<br>
is there any workaround?<br>Thanks<br><br>