https://github.com/mlomb/box2d-cmake
Box2D library with CMake support
https://github.com/mlomb/box2d-cmake
box2d cmake
Last synced: 4 months ago
JSON representation
Box2D library with CMake support
- Host: GitHub
- URL: https://github.com/mlomb/box2d-cmake
- Owner: mlomb
- Created: 2019-08-18T02:38:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-27T00:24:50.000Z (over 6 years ago)
- Last Synced: 2025-10-06T02:37:12.507Z (8 months ago)
- Topics: box2d, cmake
- Language: CMake
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Box2D with CMake support
## Usage
Clone this repo and use `add_subdirectory` in your root CMakeLists.txt file.
```cmake
add_subdirectory(Box2D-CMake)
# ...
target_link_libraries(YourTarget Box2D)
```