Can I create Visual Studio projects that are distributed with CMake?
This project file is an example / demonstration of our library. We do not want our clients to have cmake installed (and find out what to do with it) in order to compile a few examples.
The problem with the created CMake project files is that they contain absolute paths (relativeliy easy to fix with line replacement) and links to CMake files (for example, in the previous step. This is not easy to automatically change).
Does CMake provide an easy way to solve this problem?
thanks in advance
akser source
share