I'm currently constructing a project with a plugin structure. I'm using cmake to compile the project. the plugins are compiled in seperate directories. My problem is that cmake compiles and saves the binaries and plugins,dynamic libraries, in the directory structure of the source. how do I make cmake save the files in something like a ./bin directory? I'm currently constructing a project with a plu