ngscopeclient / scopehal-apps

ngscopeclient and other client applications for libscopehal.
https://www.ngscopeclient.org/
BSD 3-Clause "New" or "Revised" License
549 stars 84 forks source link

Use simpler solution for ngscopeclient shader installation #539

Closed ehntoo closed 1 year ago

ehntoo commented 1 year ago

This PR addresses the same issue as #537 in a slightly less repetitious fashion. The way we are constructing the protocolshaders target means that its CMake SOURCES are already the absolute paths to all the shaders. As such, we can just reference the sources list directly.