We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e24afb + f43eb3d commit 9768f19Copy full SHA for 9768f19
src/asar/CMakeLists.txt
@@ -209,6 +209,7 @@ if(ASAR_GEN_EXE)
209
endif()
210
211
set_target_properties(asar-standalone PROPERTIES OUTPUT_NAME "asar")
212
+ set_target_properties(asar-standalone PROPERTIES PDB_NAME "asar.exe")
213
endif(ASAR_GEN_EXE)
214
215
@@ -228,4 +229,6 @@ if(ASAR_GEN_DLL)
228
229
)
230
target_compile_definitions(asar PRIVATE "ASAR_SHARED")
231
set_asar_shared_properties(asar)
232
+
233
+ set_target_properties(asar PROPERTIES PDB_NAME "asar.dll")
234
endif(ASAR_GEN_DLL)
0 commit comments