wolfpld / tracy

Frame profiler
https://tracy.nereid.pl/
Other
10.25k stars 692 forks source link

Find libunwind if requested so we can link to it. #841

Closed aluaces closed 4 months ago

aluaces commented 4 months ago

When I link my programs to the client library, libunwind symbols are unresolved.

This patch addresses that issue. I have seen that the meson script also does a similar thing.

I'm not so sure about the position of the fix inside the CMakeLists.txt, but I hope it is ok.