build system: removed support for bazel (no longer maintained)

This commit is contained in:
Michele Caini
2019-12-22 14:30:09 +01:00
parent 7cfd3957de
commit 99f81e82d5
27 changed files with 0 additions and 522 deletions

View File

@@ -1,12 +0,0 @@
load("//bazel:copts.bzl", "entt_copts")
cc_test(
name = "snapshot",
srcs = ["snapshot.cpp"],
copts = entt_copts,
deps = [
"//:entt",
"@com_google_googletest//:gtest_main",
"@bazelregistry_cereal//:cereal",
],
)