diff --git a/frontend/updater/CMakeLists.txt b/frontend/updater/CMakeLists.txt index 3dd0ee9b2..1b6dbae46 100644 --- a/frontend/updater/CMakeLists.txt +++ b/frontend/updater/CMakeLists.txt @@ -32,7 +32,13 @@ target_link_libraries( ) # zstd is hardcoded with /DEFAULTLIB:LIBCMT -target_link_options(updater PRIVATE $<$:/NODEFAULTLIB:LIBCMT>) +target_link_options( + updater + PRIVATE + $<$:/NODEFAULTLIB:LIBCMT> + "$<$,$>:/PDBALTPATH:$>" + "$<$,$>:/PDBSTRIPPED:$>" +) set_target_properties( updater