[CMake] where do libraries go?

Tyler Roscoe tyler at cryptio.net
Fri Feb 12 10:01:30 EST 2010


On Fri, Feb 12, 2010 at 03:46:06PM +0200, Mika.Rajala at patria.fi wrote:
> One solution might be that I set some cmake variables so that all runtime
> libraries are compiled to the same folder as the exe, but i'd rather keep
> everything in their own directories.

I went down this road -- it's really not worth it. A single output
directory for all your runtimes (exes + dlls) is a lot less trouble.

tyler


More information about the CMake mailing list