Disable browser subtrees on windows until they build
[gssweb.git] / browsers / CMakeLists.txt
index 5440680..c478ab8 100644 (file)
@@ -1,3 +1,6 @@
 cmake_minimum_required(VERSION 2.8)
+if (WIN32)
+else (WIN32)
 add_subdirectory(chrome)
 add_subdirectory(firefox)
+endif (WIN32)