how to put a file in a folder in Visual Studio with cmake -


with cmake, can put several targets in user-defined folder within visual studio project. example:

enter image description here

this can down source_group command of cmake. here question: how can put file within folder. in thisexample, how can put readme.txt insider modules folder, , make parallel targets such opencv_core? thanks.


Comments

Popular posts from this blog

Lists in Python -

android - can not access to progress bar in an other activity -

java - Vaadin 7 Pass Data Between Views -