Skip to content

Commit

Permalink
Update libdatalog/BUILD.bazel
Browse files Browse the repository at this point in the history
Co-authored-by: Gold856 <117957790+Gold856@users.noreply.github.com>
  • Loading branch information
DeltaDizzy and Gold856 authored Jan 26, 2025
1 parent 44cfa13 commit 3cc403c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libdatalog/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ cc_library(
name = "libdatalog.static",
srcs = glob(
["src/main/native/cpp/**"],
exclude = ["src/main/native/cpp/jni/**"],
),
hdrs = glob(["src/main/native/include/*"]),
hdrs = glob(["src/main/native/include/**"]),
includes = [
"src/main/native/cpp",
"src/main/native/include",
Expand Down

0 comments on commit 3cc403c

Please sign in to comment.