mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fix missing PDB in C++ wrapper debug packages
This commit is contained in:
+1
-1
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user