mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-21 05:04:45 +00:00
12 lines
121 B
Lua
12 lines
121 B
Lua
project "BulletFileLoader"
|
|
|
|
kind "StaticLib"
|
|
|
|
includedirs {
|
|
"../../../src"
|
|
}
|
|
|
|
files {
|
|
"**.cpp",
|
|
"**.h"
|
|
} |