mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
4f49f7fc0b
Add public symbols to SubA and SubB. The test was broken due to a broken build graph. The build graph expects libraries to emit the `.lib` file. `link.exe` only emits the implib if the library exports at least one symbol. Because these two libraries were empty, nothing was generated. Fixing by adding a public symbol to both libraries. Issue: #25573