add initial examples, replacing the 'Demos/Demos3'. Will make it work cross-platform, OpenGL3/OpenGL2 and add more examples to it.
This commit is contained in:
23
examples/ThirdPartyLibs/Wavefront/premake4.lua
Normal file
23
examples/ThirdPartyLibs/Wavefront/premake4.lua
Normal file
@@ -0,0 +1,23 @@
|
||||
|
||||
project "App_WavefrontObjLoader"
|
||||
|
||||
kind "ConsoleApp"
|
||||
|
||||
-- defines { }
|
||||
|
||||
targetdir "../../bin"
|
||||
|
||||
includedirs
|
||||
{
|
||||
".","../../src"
|
||||
}
|
||||
|
||||
|
||||
links { "Bullet3Common" }
|
||||
|
||||
|
||||
files {
|
||||
"**.cpp",
|
||||
"**.h"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user