LLVM on windows

I am trying to develop a cross-platform quantum compiler using LLVM. I installed LLVM using source code on Linux and Windows. Everything went well on Linux, but I had an error following the official tutorial on Windows. I use cmake-gui to generate LLVM.sln and select CMakePredefinedTargets Install for build. However, an error occurred during the Install phase. I would like to use LLVM in a separate cmake project and hopefully give a full installation tutorial as well as the LLVM Cmake project running on Windows

I solved the problem. I found that ${configuration} in the generated cmake_install.cmake file was incorrectly written as $(configuration),. It just needs to be replaced in the correct format. There are about 5 or 6 files that need to be replaced. The version I use is LLVM-11.0.0