13 lines
170 B
Lua
13 lines
170 B
Lua
|
project "BulletWorldImporter"
|
||
|
|
||
|
kind "StaticLib"
|
||
|
targetdir "../../lib"
|
||
|
includedirs {
|
||
|
"../BulletFileLoader",
|
||
|
"../../../src"
|
||
|
}
|
||
|
|
||
|
files {
|
||
|
"**.cpp",
|
||
|
"**.h"
|
||
|
}
|