Make sure setjmp-setjmp-wrapper-win32 participates in the build

See: https://stackoverflow.com/a/49446994/1806760
This commit is contained in:
Duncan Ogilvie 2022-05-03 00:01:30 +02:00
parent 7b80294606
commit 1f4bdaf6e0
1 changed files with 1 additions and 0 deletions

View File

@ -1145,6 +1145,7 @@ if(MSVC)
enable_language(ASM_MASM)
endif()
set(UNICORN_COMMON_SRCS ${UNICORN_COMMON_SRCS} qemu/util/setjmp-wrapper-win32.asm)
set_property(SOURCE qemu/util/setjmp-wrapper-win32.asm PROPERTY LANGUAGE ASM_MASM)
endif()
else()
set(UNICORN_COMMON_SRCS