I am trying to build a CEF project, which has proper Cmake scripts to generate the needed solution and project files. This compiles fine, but I need to share the resulting project with other users. I can't tell them to simply dowload CEF and run Cmake, since I added a lot of code on my own. How can I send my folder to them and have Cmake "rebuild" all project files in such a way that the paths work on their filesystem and still all my own files are still properly included ?
I could tell them to find/replace C:\project\path\on\my\computer\ to Y:\project\path\on\their\machine but that is very cumbersome. Also, Cmake uses forward and backward slashes at random seemingly...