mlomb / Box2D-CMake

Box2D library with CMake support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Box2D Logo

Box2D with CMake support

Usage

Clone this repo and use add_subdirectory in your root CMakeLists.txt file.

add_subdirectory(Box2D-CMake)

# ...

target_link_libraries(YourTarget Box2D)

About

Box2D library with CMake support


Languages

Language:CMake 100.0%