Build fixes
This commit is contained in:
parent
9e355122a5
commit
ee04870f0c
@ -3,7 +3,7 @@
|
|||||||
#define EMGUI_H_
|
#define EMGUI_H_
|
||||||
|
|
||||||
#include "Types.h"
|
#include "Types.h"
|
||||||
#include "FontLayout.h"
|
#include <emgui/FontLayout.h>
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|||||||
@ -1,9 +1,8 @@
|
|||||||
#ifndef EMGUI_INTERNAL_H_
|
#ifndef EMGUI_INTERNAL_H_
|
||||||
#define EMGUI_INTERNAL_H_
|
#define EMGUI_INTERNAL_H_
|
||||||
|
|
||||||
#include "Types.h"
|
#include <emgui/emgui.h>
|
||||||
#include "emgui_internal.h"
|
#include "emgui_internal.h"
|
||||||
#include "FontLayout.h"
|
|
||||||
#include "External/stb_truetype.h"
|
#include "External/stb_truetype.h"
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|||||||
@ -31,7 +31,7 @@ StaticLibrary {
|
|||||||
Name = "emgui",
|
Name = "emgui",
|
||||||
|
|
||||||
Env = {
|
Env = {
|
||||||
CPPPATH = { ".", "../../emgui/src", "../../../../emgui/src" },
|
CPPPATH = { ".", "emgui/src", "emgui/include" },
|
||||||
PROGOPTS = {
|
PROGOPTS = {
|
||||||
{ "/SUBSYSTEM:WINDOWS", "/DEBUG"; Config = { "win32-*-*", "win64-*-*" } },
|
{ "/SUBSYSTEM:WINDOWS", "/DEBUG"; Config = { "win32-*-*", "win64-*-*" } },
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user