Skip to content

Commit 2cf2877

Browse files
nimrod-gileadicopybara-github
authored andcommitted
Add missing absl dependencies.
Added with 454c9f8 PiperOrigin-RevId: 604341088 Change-Id: Ic2f3b7d812ca64c49ed76ddb8a5c2b671884e6df
1 parent 947d7ac commit 2cf2877

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mjpc/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,11 @@ target_compile_definitions(libmjpc PRIVATE MJSIMULATE_STATIC)
138138
target_link_libraries(
139139
libmjpc
140140
absl::any_invocable
141+
absl::check
141142
absl::flat_hash_map
143+
absl::log
142144
absl::random_random
145+
absl::span
143146
glfw
144147
lodepng
145148
mujoco::mujoco

0 commit comments

Comments
 (0)