[lldb/CMake] Fix `install` for multi-configuration generators.
authorJonas Devlieghere <jonas@devlieghere.com>
Thu, 26 Mar 2020 16:51:04 +0000 (09:51 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Thu, 26 Mar 2020 16:51:29 +0000 (09:51 -0700)
commit17e4c38739aa78638c783dac6c149858d1c0a550
treee4e21a4546ffe4cbb306cfe592bf7827372a552f
parent4dc8472942ce60f29de9587b9451cc3d49df7abf
[lldb/CMake] Fix `install` for multi-configuration generators.

For multi-generator builds like MSVC and Xcode, the install source and
destination of the lldb-python-scripts target contains configuration
dependent paths and therefore need to be substituted.

Differential revision: https://reviews.llvm.org/D76827
lldb/CMakeLists.txt