rename ObsoleteDemos back to Demos
fix some relative path issues for loading assets
This commit is contained in:
18
Demos/OpenGL/premake4.lua
Normal file
18
Demos/OpenGL/premake4.lua
Normal file
@@ -0,0 +1,18 @@
|
||||
project "OpenGLSupport"
|
||||
|
||||
kind "StaticLib"
|
||||
targetdir "../../lib"
|
||||
includedirs {
|
||||
".",
|
||||
"../../src"
|
||||
}
|
||||
configuration {"Windows"}
|
||||
includedirs {
|
||||
"../Glut"
|
||||
}
|
||||
configuration{}
|
||||
|
||||
files {
|
||||
"**.cpp",
|
||||
"**.h"
|
||||
}
|
||||
Reference in New Issue
Block a user