Home | History | Annotate | Download | only in LinearMath
      1 	project "LinearMath"
      2 
      3 	kind "StaticLib"
      4 	includedirs {
      5 		"..",
      6 	}
      7 	files {
      8 		"*.cpp",
      9 		"*.h"
     10 	}
     11