CMake: Add libbacktrace module

This commit is contained in:
Stenzek
2023-03-20 01:36:49 +10:00
committed by refractionpcsx2
parent 8c8bf22892
commit 5fc855e519
2 changed files with 33 additions and 0 deletions

View File

@@ -86,6 +86,8 @@ else()
if(WAYLAND_API)
find_package(Wayland REQUIRED)
endif()
find_package(Libbacktrace)
endif()
endif(WIN32)