Skip to content

Commit 9768f19

Browse files
authored
Merge pull request #247 from Atari2/fix-pdb
Set PDB_NAME to something other than asar
2 parents 2e24afb + f43eb3d commit 9768f19

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/asar/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ if(ASAR_GEN_EXE)
209209
endif()
210210

211211
set_target_properties(asar-standalone PROPERTIES OUTPUT_NAME "asar")
212+
set_target_properties(asar-standalone PROPERTIES PDB_NAME "asar.exe")
212213
endif(ASAR_GEN_EXE)
213214

214215

@@ -228,4 +229,6 @@ if(ASAR_GEN_DLL)
228229
)
229230
target_compile_definitions(asar PRIVATE "ASAR_SHARED")
230231
set_asar_shared_properties(asar)
232+
233+
set_target_properties(asar PROPERTIES PDB_NAME "asar.dll")
231234
endif(ASAR_GEN_DLL)

0 commit comments

Comments
 (0)