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