mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
4f0b8d3db0
svn path=/branches/ntvdm/; revision=59241
7 lines
107 B
CMake
7 lines
107 B
CMake
|
|
if(ARCH STREQUAL "i386")
|
|
add_subdirectory(ntvdm)
|
|
endif()
|
|
add_subdirectory(win)
|
|
add_subdirectory(win32)
|