reactos/base/shell/CMakeLists.txt

8 lines
103 B
CMake
Raw Normal View History

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