diff options
Diffstat (limited to 'vcpkg/ports/reactphysics3d/usage')
| -rw-r--r-- | vcpkg/ports/reactphysics3d/usage | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vcpkg/ports/reactphysics3d/usage b/vcpkg/ports/reactphysics3d/usage new file mode 100644 index 0000000..cd97529 --- /dev/null +++ b/vcpkg/ports/reactphysics3d/usage @@ -0,0 +1,4 @@ +ReactPhysics3D provides CMake targets: + + find_package(ReactPhysics3D REQUIRED) + target_link_libraries(main PRIVATE ReactPhysics3D::ReactPhysics3D) |