mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 22:34:54 +00:00
cmake: Fix bochs disasm on Windows
This commit is contained in:
parent
4785802b9e
commit
b670f434b2
1 changed files with 1 additions and 1 deletions
2
Externals/Bochs_disasm/CMakeLists.txt
vendored
2
Externals/Bochs_disasm/CMakeLists.txt
vendored
|
@ -4,7 +4,7 @@ set(SRCS dis_decode.cc
|
||||||
syntax.cc)
|
syntax.cc)
|
||||||
|
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
set(SRCS ${SRCS} stdafx.cpp)
|
set(SRCS ${SRCS} stdafx.cc)
|
||||||
endif(WIN32)
|
endif(WIN32)
|
||||||
|
|
||||||
add_library(bdisasm STATIC ${SRCS})
|
add_library(bdisasm STATIC ${SRCS})
|
||||||
|
|
Loading…
Add table
Reference in a new issue