bullet3/examples/ThirdPartyLibs/BussIK/premake4.lua
2018-02-09 18:46:26 -08:00

15 lines
161 B
Lua

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