mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
cmake: Fix bochs disasm on Windows
This commit is contained in:
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})
|
||||||
|
Reference in New Issue
Block a user