summaryrefslogtreecommitdiff
path: root/src/BulletSoftBody/premake4.lua
blob: 6f09196faf08ec66cb863a7301f2ad88c5c60b5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
	project "BulletSoftBody"
		
	kind "StaticLib"
	
	includedirs {
		"..",
	}
    if os.is("Linux") then
        buildoptions{"-fPIC"}
    end
	files {
		"**.cpp",
		"**.h"
	}