Fix missing PDB in C++ wrapper debug packages

This commit is contained in:
Oliver Hamlet
2026-05-28 18:27:40 +01:00
parent 7b8de85957
commit 1dac8e0396
+1 -1
View File
@@ -349,7 +349,7 @@ if(LIBLOOT_BUILD_SHARED)
install(FILES $<TARGET_PDB_FILE:libloot>
DESTINATION ${CMAKE_INSTALL_LIBDIR}
OPTIONAL
CONFIGURATIONS RelWithDebInfo)
CONFIGURATIONS Debug RelWithDebInfo)
endif()
install(DIRECTORY "${PROJECT_SOURCE_DIR}/include/"