We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50e66e9 commit d4694e6Copy full SHA for d4694e6
util/CMakeLists.txt
@@ -390,16 +390,20 @@ if(WIN32)
390
target_sources(crashpad_util PRIVATE
391
misc/capture_context_win_arm64.asm
392
)
393
+ set_source_files_properties(
394
+ misc/capture_context_win_arm64.asm
395
+ PROPERTIES LANGUAGE ASM_MARMASM
396
+ )
397
endif()
398
else()
399
400
misc/capture_context_win.asm
401
win/safe_terminate_process.asm
402
403
set_source_files_properties(
- misc/capture_context_win.asm
- win/safe_terminate_process.asm
- PROPERTIES LANGUAGE ASM_MASM
404
+ misc/capture_context_win.asm
405
+ win/safe_terminate_process.asm
406
+ PROPERTIES LANGUAGE ASM_MASM
407
408
409
0 commit comments