add the 'extras' and Bullet 2 tests, to make it easier to create a new intermediate release
This commit is contained in:
9
Extras/ConvexDecomposition/premake4.lua
Normal file
9
Extras/ConvexDecomposition/premake4.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
project "ConvexDecomposition"
|
||||
|
||||
kind "StaticLib"
|
||||
targetdir "../../lib"
|
||||
includedirs {".","../../src"}
|
||||
files {
|
||||
"**.cpp",
|
||||
"**.h"
|
||||
}
|
||||
Reference in New Issue
Block a user