mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[CMAKE] Build xboxvmp in Xbox-builds only
This prevents the creation of a fake Xbox GPU device on non-Xbox builds. CORE-17529
This commit is contained in:
parent
2ae526a039
commit
8c475e4709
1 changed files with 2 additions and 4 deletions
|
@ -2,13 +2,11 @@
|
||||||
if(SARCH STREQUAL "pc98")
|
if(SARCH STREQUAL "pc98")
|
||||||
# Actual binary filename is vga.sys
|
# Actual binary filename is vga.sys
|
||||||
add_subdirectory(pc98vid)
|
add_subdirectory(pc98vid)
|
||||||
|
elseif(SARCH STREQUAL "xbox")
|
||||||
|
add_subdirectory(xboxvmp)
|
||||||
else()
|
else()
|
||||||
add_subdirectory(vbe)
|
add_subdirectory(vbe)
|
||||||
add_subdirectory(vga)
|
add_subdirectory(vga)
|
||||||
add_subdirectory(vga_new)
|
add_subdirectory(vga_new)
|
||||||
add_subdirectory(vmx_svga)
|
add_subdirectory(vmx_svga)
|
||||||
|
|
||||||
if(ARCH STREQUAL "i386")
|
|
||||||
add_subdirectory(xboxvmp)
|
|
||||||
endif()
|
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in a new issue