mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-09-24 19:25:02 +00:00
11 lines
109 B
Lua
11 lines
109 B
Lua
project "vhacd"
|
|
|
|
kind "StaticLib"
|
|
includedirs {
|
|
"../inc","../public",
|
|
}
|
|
files {
|
|
"*.cpp",
|
|
"*.h"
|
|
}
|