From 1dac8e0396982f9278296b588f88ad46ca894774 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Thu, 28 May 2026 18:27:33 +0100 Subject: [PATCH] Fix missing PDB in C++ wrapper debug packages --- cpp/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index f24a6233..6856149b 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -349,7 +349,7 @@ if(LIBLOOT_BUILD_SHARED) install(FILES $ DESTINATION ${CMAKE_INSTALL_LIBDIR} OPTIONAL - CONFIGURATIONS RelWithDebInfo) + CONFIGURATIONS Debug RelWithDebInfo) endif() install(DIRECTORY "${PROJECT_SOURCE_DIR}/include/"