With cmake, we can put several targets in a user-defined folder within the Visual Studio project. For example:
This can be down with source_group
command of cmake. So here is my question: how can I put a file within this folder. IN thisexample, how can I put readme.txt insider the modules folder, and make it parallel with targets such as opencv_core? Thanks.