[CMake] Small fix to HLSL header install paths
authorChris Bieneman <chris.bieneman@me.com>
Fri, 7 Oct 2022 14:43:56 +0000 (09:43 -0500)
committerChris Bieneman <chris.bieneman@me.com>
Fri, 7 Oct 2022 14:45:11 +0000 (09:45 -0500)
commitbb46022abe78497d3d5a8c6a6cf8599f7ec0d2ec
treebd55efb369c06948344b20e042551ef779b48b5b
parent0946e107da978835882c22746dcd680bde7c4e23
[CMake] Small fix to HLSL header install paths

HLSL headers were being installed in two locations, one correct and one
incorrect, and they were always being installed (even when
CLANG_ENABLE_HLSL=Off). This corrects both issues by ensuring that the
HLSL headers aren't added to the universal header list.
clang/lib/Headers/CMakeLists.txt