CMake tweaks to get gunit working.
PiperOrigin-RevId: 270137530
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 835088a..12d8775 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -34,11 +34,14 @@
include(iree_cc_library)
include(iree_cc_test)
+option(IREE_BUILD_TESTS "Builds IREE unit tests." ON)
+
#-------------------------------------------------------------------------------
# Third-party dependencies
#-------------------------------------------------------------------------------
add_subdirectory(third_party/abseil-cpp)
+add_subdirectory(third_party/googletest EXCLUDE_FROM_ALL)
#-------------------------------------------------------------------------------
# IREE top-level libraries