build: use multiple `install` rather than building up a list
authorSaleem Abdulrasool <compnerd@compnerd.org>
Tue, 9 Jul 2019 21:43:01 +0000 (21:43 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Tue, 9 Jul 2019 21:43:01 +0000 (21:43 +0000)
commit97d6fcce4ec6765c0e77db29c87e8083137c443d
tree105eda7fcd1844171a4dac0fa64622160bd329ac
parent695f7821e2d90210ac93533393a0a028a4a08600
build: use multiple `install` rather than building up a list

Rather than building up a list to iterate over later, just create multiple
install commands based on the configuration. This makes it easier to see what
is getting installed and allows for the install handling to be centralised. NFC

llvm-svn: 365562
libcxx/src/CMakeLists.txt