| 123456789101112131415161718192021222324 |
- project "BulletDynamics"
- kind "StaticLib"
- includedirs {
- "..",
- }
- if os.is("Linux") then
- buildoptions{"-fPIC"}
- end
- 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"
- }
|