mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-14 05:40:05 +00:00
9 lines
138 B
Lua
9 lines
138 B
Lua
project "ConvexDecomposition"
|
|
|
|
kind "StaticLib"
|
|
targetdir "../../lib"
|
|
includedirs {".","../../src"}
|
|
files {
|
|
"**.cpp",
|
|
"**.h"
|
|
} |