mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-17 15:01:06 +00:00
17 lines
215 B
Lua
17 lines
215 B
Lua
|
|
|
|
project ("Test_b3DynamicBvhBroadphase_test")
|
|
|
|
language "C++"
|
|
|
|
kind "ConsoleApp"
|
|
targetdir "../../bin"
|
|
includedirs {"../../src"}
|
|
|
|
links {"Bullet3Common", "Bullet3Collision"}
|
|
|
|
files {
|
|
"main.cpp",
|
|
}
|
|
|