libshaderc_util is not being installed but referenced in shaderc_static.pc
Open
- Dominant language
- C++
- Stars
- 2.2k
- Forks
- 445
- Avg merge
- 11h 6m
- Merged PRs (30d)
- 6
Description
The libshaderc_util CMakeList never actually installs the shaderc_util target.
But the main CMakeList installs a .pc file that wants it.
Looks to me like libshaderc_util is plain missing the respective calls to install().
Contributor guide
Assessment
This issue has not been assessed yet.