mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-07-08 23:28:57 +00:00
13 lines
124 B
Lua
13 lines
124 B
Lua
project "BulletInverseDynamicsUtils"
|
|
|
|
kind "StaticLib"
|
|
|
|
includedirs {
|
|
"../../src"
|
|
}
|
|
|
|
files {
|
|
"*.cpp",
|
|
"*.hpp"
|
|
}
|