From 81f26d944027fc9f6bb26d5009d3142b841e6cd2 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 28 Jan 2018 18:40:54 +0100 Subject: Add Bazel build files. --- core/BUILD | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 core/BUILD (limited to 'core') diff --git a/core/BUILD b/core/BUILD new file mode 100644 index 0000000..a704af2 --- /dev/null +++ b/core/BUILD @@ -0,0 +1,8 @@ +scala_library( + name = "fibers_core", + srcs = glob(["lib/**/*.scala"]), + deps = ["@deps//:compile"], + plugins = ["@org_scala_lang_plugins_scala_continuations_plugin_2_12_2//jar"], + scalacopts = ["-Ywarn-unused", "-P:continuations:enable"], + visibility = ["//visibility:public"], +) -- cgit v1.2.3