cmake: Fix bochs disasm on Windows
This commit is contained in:
parent
4785802b9e
commit
b670f434b2
|
@ -4,7 +4,7 @@ set(SRCS dis_decode.cc
|
|||
syntax.cc)
|
||||
|
||||
if(WIN32)
|
||||
set(SRCS ${SRCS} stdafx.cpp)
|
||||
set(SRCS ${SRCS} stdafx.cc)
|
||||
endif(WIN32)
|
||||
|
||||
add_library(bdisasm STATIC ${SRCS})
|
||||
|
|
Loading…
Reference in New Issue