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