[libc++] Explicitly set output directory for DLL
authorShoaib Meenai <smeenai@fb.com>
Thu, 13 Apr 2017 16:27:38 +0000 (16:27 +0000)
committerShoaib Meenai <smeenai@fb.com>
Thu, 13 Apr 2017 16:27:38 +0000 (16:27 +0000)
commit6170765a3cf14efa7ee267a6169cefae1f7d1362
tree79c6a10791cfdb8a6031a0a2849930d15d3d1842
parent90df1f48d56657586f77eb7e6e747866105937fd
[libc++] Explicitly set output directory for DLL

DLLs on Windows are treated as runtime targets. Explicitly set the
output directory for them, to be consistent with other platforms.

llvm-svn: 300206
libcxx/CMakeLists.txt