An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![Box2D Logo](http://box2d.org/images/icon.gif)

# 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)
```