mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +00:00
Don't compile telnet and explorer on MSVC for now svn path=/branches/cmake-bringup/; revision=50122
8 lines
103 B
CMake
8 lines
103 B
CMake
|
|
add_subdirectory(cmd)
|
|
if(NOT MSVC)
|
|
add_subdirectory(explorer)
|
|
endif()
|
|
add_subdirectory(explorer-new)
|
|
|