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:
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
Post a Comment