Skip to content

Commit

Permalink
Fix includes for bazel build. (dartsim#20)
Browse files Browse the repository at this point in the history
Signed-off-by: Hill Ma <hillma@google.com>
  • Loading branch information
mahiuchun authored Mar 2, 2021
1 parent b78995a commit 33529fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ cc_library(
"dart/math/*.hpp",
"dart/math/detail/*.hpp",
]),
includes = ["."],
deps = [
":dart-common",
],
Expand All @@ -124,6 +125,7 @@ cc_library(
"dart/common/detail/*.hpp",
"dart/config.hpp",
]),
includes = ["."],
linkopts = ["-ldl"],
deps = [
"@assimp",
Expand Down Expand Up @@ -271,6 +273,7 @@ cc_library(
"dart/external/lodepng/*.h",
"dart/external/odelcpsolver/*.h",
]),
includes = ["."],
)

cc_library(
Expand Down Expand Up @@ -329,6 +332,7 @@ cc_library(
hdrs = glob([
"dart/integration/*.hpp",
]),
includes = ["."],
deps = [
"@eigen3",
],
Expand Down

0 comments on commit 33529fc

Please sign in to comment.