mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-23 08:33:50 +00:00
12 lines
96 B
Lua
12 lines
96 B
Lua
|
|
project "BussIK"
|
||
|
|
|
||
|
|
kind "StaticLib"
|
||
|
|
|
||
|
|
includedirs {
|
||
|
|
"."
|
||
|
|
}
|
||
|
|
files {
|
||
|
|
"*.cpp",
|
||
|
|
"*.h",
|
||
|
|
}
|