mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
0bd8a2110b
But include registry changes and INF files depending on SARCH variable.
This commit is expected to uncover pc98vid build error on MSVC 2015.
Addendum to 8c475e4
. CORE-17529
10 lines
192 B
CMake
10 lines
192 B
CMake
|
|
add_subdirectory(vbe)
|
|
add_subdirectory(vga)
|
|
add_subdirectory(vga_new)
|
|
add_subdirectory(vmx_svga)
|
|
|
|
if(ARCH STREQUAL "i386")
|
|
add_subdirectory(pc98vid)
|
|
add_subdirectory(xboxvmp)
|
|
endif()
|