Initial commit - restart from existing code
This commit is contained in:
10
lib/All/entt/test/common/BUILD.bazel
Normal file
10
lib/All/entt/test/common/BUILD.bazel
Normal file
@@ -0,0 +1,10 @@
|
||||
load("@entt//bazel:copts.bzl", "COPTS")
|
||||
load("@rules_cc//cc:defs.bzl", "cc_library")
|
||||
|
||||
package(default_visibility = ["//:__subpackages__"])
|
||||
|
||||
cc_library(
|
||||
name = "common",
|
||||
copts = COPTS,
|
||||
hdrs = glob(["*.h", "*.hpp"]),
|
||||
)
|
||||
Reference in New Issue
Block a user