Hello everyone,
I want to include a generic file as part of my visual studio source. Specifically Urho3D.natvis.
The following cmake line does not seem to work:
define_source_files (Urho3D.natvis)
The file is right alongside all the other .cpp and .h files. is there some macro I am missing?
Thanks - Trevor