summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Host/CMakeLists.txt')
-rw-r--r--lldb/source/Host/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Host/CMakeLists.txt b/lldb/source/Host/CMakeLists.txt
index d990f3f6f62..6c92a6cde26 100644
--- a/lldb/source/Host/CMakeLists.txt
+++ b/lldb/source/Host/CMakeLists.txt
@@ -6,6 +6,6 @@ elseif (CMAKE_SYSTEM_NAME MATCHES "Linux")
add_subdirectory(linux)
elseif (CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
add_subdirectory(freebsd)
-#elseif (CMAKE_SYSTEM_NAME MATCHES "Windows")
-# add_subdirectory(windows)
+elseif (CMAKE_SYSTEM_NAME MATCHES "Windows")
+ add_subdirectory(windows)
endif()
OpenPOWER on IntegriCloud