17 lines
177 B
Lua
17 lines
177 B
Lua
project "Bullet3Common"
|
|
|
|
language "C++"
|
|
|
|
kind "StaticLib"
|
|
|
|
if os.is("Linux") then
|
|
buildoptions{"-fPIC"}
|
|
end
|
|
|
|
includedirs {".."}
|
|
|
|
files {
|
|
"*.cpp",
|
|
"*.h"
|
|
}
|