Home | History | Annotate | Download | only in BulletDynamics
      1 	project "BulletDynamics"
      2 	kind "StaticLib"
      3 	includedirs {
      4 		"..",
      5 	}
      6 	files {
      7 		"Dynamics/*.cpp",
      8                 "Dynamics/*.h",
      9                 "ConstraintSolver/*.cpp",
     10                 "ConstraintSolver/*.h",
     11                 "Featherstone/*.cpp",
     12                 "Featherstone/*.h",
     13                 "MLCPSolvers/*.cpp",
     14                 "MLCPSolvers/*.h",
     15                 "Vehicle/*.cpp",
     16                 "Vehicle/*.h",
     17                 "Character/*.cpp",
     18                 "Character/*.h"
     19 
     20 	}
     21 
     22