Normalizing the name of the GL window demo.
This commit is contained in:
parent
7366659ab1
commit
65e0e907d8
|
@ -1,11 +1,11 @@
|
||||||
/**
|
/**
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
* Xenia : Xbox 360 Emulator Research Project *
|
* Xenia : Xbox 360 Emulator Research Project *
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
* Copyright 2015 Ben Vanik. All rights reserved. *
|
* Copyright 2015 Ben Vanik. All rights reserved. *
|
||||||
* Released under the BSD license - see LICENSE in the root for more details. *
|
* Released under the BSD license - see LICENSE in the root for more details. *
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef XENIA_UI_GL_GL_H_
|
#ifndef XENIA_UI_GL_GL_H_
|
||||||
#define XENIA_UI_GL_GL_H_
|
#define XENIA_UI_GL_GL_H_
|
||||||
|
|
|
@ -50,7 +50,7 @@ project("xenia-ui-window-gl-demo")
|
||||||
})
|
})
|
||||||
files({
|
files({
|
||||||
"../window_demo.cc",
|
"../window_demo.cc",
|
||||||
"window_gl_demo.cc",
|
"gl_window_demo.cc",
|
||||||
project_root.."/src/xenia/base/main_"..platform_suffix..".cc",
|
project_root.."/src/xenia/base/main_"..platform_suffix..".cc",
|
||||||
})
|
})
|
||||||
files({
|
files({
|
||||||
|
|
Loading…
Reference in New Issue