1	project "Bullet3Dynamics"
2
3	language "C++"
4
5	kind "StaticLib"
6
7	includedirs {
8		".."
9	}
10
11    if os.is("Linux") then
12        buildoptions{"-fPIC"}
13    end
14
15	files {
16		"**.cpp",
17		"**.h"
18	}