From c0e395f92e1341f2f9d5408c7ab683400d5091ce Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 2 Jun 2025 22:51:31 +1200 Subject: [PATCH] 'Generic Commit' --- ipdemo/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/ipdemo/CMakeLists.txt b/ipdemo/CMakeLists.txt index 4a33425..6f4b757 100644 --- a/ipdemo/CMakeLists.txt +++ b/ipdemo/CMakeLists.txt @@ -94,6 +94,7 @@ target_link_libraries(${PROJECT_EXE_NAME} PRIVATE libassert::assert cpptrace::cpptrace nlohmann_json::nlohmann_json + ${CMAKE_SYSROOT}/usr/lib/libunwind.a ) # Set static linking flags