mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-14 13:50:04 +00:00
aa4d119f98
an example for the example browser will follow. thanks to Thomas Buschmann
13 lines
124 B
Lua
13 lines
124 B
Lua
project "BulletInverseDynamicsUtils"
|
|
|
|
kind "StaticLib"
|
|
|
|
includedirs {
|
|
"../../src"
|
|
}
|
|
|
|
files {
|
|
"*.cpp",
|
|
"*.hpp"
|
|
}
|