mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 18:23:21 +00:00

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)
|
|
|