Organize binaries into bin and lib directories
authorjulie <julielangou@users.noreply.github.com>
Mon, 7 Feb 2011 14:54:21 +0000 (14:54 +0000)
committerjulie <julielangou@users.noreply.github.com>
Mon, 7 Feb 2011 14:54:21 +0000 (14:54 +0000)
commitb71aa51528b54aa0336f06bd49bb361485632a74
tree4e7024913a9aa63e87acecdb22e3580d3b924d2d
parent1b76a1d5cf167b6584553b9409b4aaade980e2f8
Organize binaries into bin and lib directories

Put executables under 'bin' and libraries under 'lib'.  This is needed
on Windows with shared library builds to put the .dll and .exe files
together for running tests without setting PATH.

- Brad King (Kitware)
CMakeLists.txt