Wiring up flatcc for bazel and cmake.
diff --git a/WORKSPACE b/WORKSPACE
index 507a82a..702a087 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -183,6 +183,13 @@
     path = "third_party/flatbuffers",
 )
 
+maybe(
+    new_local_repository,
+    name = "com_github_dvidelabs_flatcc",
+    build_file = "build_tools/third_party/flatcc/BUILD.overlay",
+    path = "third_party/flatcc",
+)
+
 # TODO(scotttodd): TensorFlow is squatting on the vulkan_headers repo name, so
 # we use a temporary one until resolved. Theirs is set to an outdated version.
 maybe(