mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:39:00 +08:00
3eafaa76fb
* Add new port mujoco * Add usage text. --------- Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
5 lines
128 B
Plaintext
5 lines
128 B
Plaintext
mujoco provides CMake targets:
|
|
|
|
find_package(mujoco CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE mujoco::mujoco)
|