Skip to content

Commit

Permalink
1st try at bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
DeltaDizzy committed Jan 9, 2025
1 parent 5eece58 commit f2ab2ec
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions libdatalog/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
load("@rules_cc//cc:defs.bzl", "cc_library")
load("//shared/bazel/rules/gen:gen-resources.bzl", "generate_resources")

cc_library(
name = "libdatalog",
hdrs = glob(["src/main/native/include/**"]),
includes = ["src/main/native/include"]
strip_include_prefix = "src/main/native/include"
visibility = ["//libdatalog:__subpackages__"]
)

0 comments on commit f2ab2ec

Please sign in to comment.