Fix installation of resource limits headers

Fixes #3150
This commit is contained in:
Greg Fischer 2023-03-03 15:17:03 -07:00
parent 2ca0ee3ba4
commit aae2a7ae08
2 changed files with 3 additions and 2 deletions

View file

@ -250,7 +250,8 @@ if(ENABLE_GLSLANG_INSTALL)
set(ALL_HEADERS
${GLSLANG_HEADERS}
${MACHINEINDEPENDENT_HEADERS})
${MACHINEINDEPENDENT_HEADERS}
${RESOURCELIMITS_HEADERS})
foreach(file ${ALL_HEADERS})
get_filename_component(dir ${file} DIRECTORY)