mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 22:26:39 +00:00
f81462977d
Don't compile telnet and explorer on MSVC for now svn path=/branches/cmake-bringup/; revision=50122
7 lines
103 B
CMake
7 lines
103 B
CMake
|
|
add_subdirectory(cmd)
|
|
if(NOT MSVC)
|
|
add_subdirectory(explorer)
|
|
endif()
|
|
add_subdirectory(explorer-new)
|
|
|