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

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -