forked from LeenkxTeam/LNXSDK
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			495 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			495 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
	project "BulletDynamics"
 | 
						|
	kind "StaticLib"
 | 
						|
	includedirs {
 | 
						|
		"..",
 | 
						|
	}
 | 
						|
	files {
 | 
						|
		"Dynamics/*.cpp",
 | 
						|
                "Dynamics/*.h",
 | 
						|
                "ConstraintSolver/*.cpp",
 | 
						|
                "ConstraintSolver/*.h",
 | 
						|
                "Featherstone/*.cpp",
 | 
						|
                "Featherstone/*.h",
 | 
						|
                "MLCPSolvers/*.cpp",
 | 
						|
                "MLCPSolvers/*.h",
 | 
						|
                "Vehicle/*.cpp",
 | 
						|
                "Vehicle/*.h",
 | 
						|
                "Character/*.cpp",
 | 
						|
                "Character/*.h"
 | 
						|
 | 
						|
	}
 | 
						|
 |