summaryrefslogtreecommitdiff
path: root/thirdparty/bullet/src/LinearMath/premake4.lua
blob: 524e2c3161606454da34c19be1c7051a1ffed0a0 (plain)
1
2
3
4
5
6
7
8
9
10
	project "LinearMath"

	kind "StaticLib"
	includedirs {
		"..",
	}
	files {
		"*.cpp",
		"*.h"
	}