reactos/subsystems/CMakeLists.txt

5 lines
81 B
CMake
Raw Normal View History

if(ARCH MATCHES i386)
add_subdirectory(ntvdm)
endif()
add_subdirectory(win32)