From 65c9a400d56b7412dbac03d93412ba4de1734396 Mon Sep 17 00:00:00 2001 From: HampusM Date: Mon, 13 Jun 2022 23:41:31 +0200 Subject: refactor: add uncaught exception stack traces --- lib/backward/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lib/backward/CMakeLists.txt (limited to 'lib/backward/CMakeLists.txt') diff --git a/lib/backward/CMakeLists.txt b/lib/backward/CMakeLists.txt new file mode 100644 index 0000000..730ca1c --- /dev/null +++ b/lib/backward/CMakeLists.txt @@ -0,0 +1,3 @@ +message(STATUS "Fetching Backward...") + +FetchContent_MakeAvailable(backward) -- cgit v1.2.3-18-g5258