mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 19:33:38 +00:00
[CMAKE]
Don't compile telnet and explorer on MSVC for now svn path=/branches/cmake-bringup/; revision=50122
This commit is contained in:
parent
cef278f70f
commit
f81462977d
2 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
|||
|
||||
add_subdirectory(cmd)
|
||||
if(NOT MSVC)
|
||||
add_subdirectory(explorer)
|
||||
endif()
|
||||
add_subdirectory(explorer-new)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue