mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 22:26:39 +00:00
527f2f9057
* Create a branch for some evul shell experiments. svn path=/branches/shell-experiments/; revision=61927
6 lines
107 B
CMake
6 lines
107 B
CMake
|
|
if(ARCH STREQUAL "i386")
|
|
add_subdirectory(ntvdm)
|
|
endif()
|
|
add_subdirectory(win)
|
|
add_subdirectory(win32)
|