reactos/base/shell/CMakeLists.txt
Timo Kreuzer f81462977d [CMAKE]
Don't compile telnet and explorer on MSVC for now

svn path=/branches/cmake-bringup/; revision=50122
2010-12-24 12:13:17 +00:00

8 lines
103 B
CMake

add_subdirectory(cmd)
if(NOT MSVC)
add_subdirectory(explorer)
endif()
add_subdirectory(explorer-new)