Organize binaries into bin and lib directories
authorjulie <julielangou@users.noreply.github.com>
Mon, 7 Feb 2011 14:36:54 +0000 (14:36 +0000)
committerjulie <julielangou@users.noreply.github.com>
Mon, 7 Feb 2011 14:36:54 +0000 (14:36 +0000)
commit08139a669345fc586b11cf46beed291131f50373
tree4e7024913a9aa63e87acecdb22e3580d3b924d2d
parent98cd5df5c32a68cb0ce5eafb5297282554bbbad1
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.
CMakeLists.txt