We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
LANGUAGE ASM_MASM
1 parent 22121b6 commit 45a6f02Copy full SHA for 45a6f02
util/CMakeLists.txt
@@ -390,12 +390,21 @@ 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
404
+ misc/capture_context_win.asm
405
+ win/safe_terminate_process.asm
406
+ PROPERTIES LANGUAGE ASM_MASM
407
408
409
410
0 commit comments