mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-24 22:59:24 +00:00
10 lines
109 B
Lua
10 lines
109 B
Lua
project "vhacd"
|
|
|
|
kind "StaticLib"
|
|
includedirs {
|
|
"../inc","../public",
|
|
}
|
|
files {
|
|
"*.cpp",
|
|
"*.h"
|
|
}
|