I am using other library's source code and it uses CMake in creating project. Thus I am using CMake in generating Visual Studio Project. I would like to change the location of release and debug output file from default which are in the project folder itself.
How can I change that? What command do I have to append to CMake file?