source: trunk/tests/objload_test/objload_test.lua @ 268

Last change on this file since 268 was 137, checked in by epyon, 12 years ago
  • objload test added ( to be expanded )
File size: 184 bytes
Line 
1-- obj load test project definition
2project "objload_test"
3        kind "ConsoleApp"
4        files { "objload_test.cc" }
5        includedirs { "../../" }
6        targetname "objload_test"
7        links { "nv" }
8 
Note: See TracBrowser for help on using the repository browser.