bullet3/Extras/Serialize/BulletWorldImporter/premake4.lua
2018-02-09 18:46:26 -08:00

17 lines
219 B
Lua

project "BulletWorldImporter"
kind "StaticLib"
includedirs {
"../BulletFileLoader",
"../../../src"
}
if os.is("Linux") then
buildoptions{"-fPIC"}
end
files {
"**.cpp",
"**.h"
}