mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
4 lines
81 B
CMake
4 lines
81 B
CMake
if(ARCH MATCHES i386)
|
|
add_subdirectory(ntvdm)
|
|
endif()
|
|
add_subdirectory(win32)
|