Added debug renderer + imgui renderer
All code made by gemini with some help
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
.ProjectPath = 'JulietApp'
|
||||
.JulietIncludePath = ' "-IJuliet/include"'
|
||||
+ ' "-IJuliet/src"'
|
||||
+ ' "-IExternal/imgui"'
|
||||
|
||||
.ProjectDefPath = '$_WORKING_DIR_$/$ProjectName$/$ProjectName$.def'
|
||||
|
||||
// Library
|
||||
@@ -34,7 +36,6 @@
|
||||
// Extra Compiler Options
|
||||
.CompilerOptions + .JulietIncludePath
|
||||
|
||||
|
||||
#if __WINDOWS__
|
||||
.CompilerOptions + ' -DJULIET_WIN32'
|
||||
#endif
|
||||
@@ -58,9 +59,11 @@
|
||||
.Libraries = {
|
||||
'JulietApp-Lib-$Platform$-$BuildConfigName$',
|
||||
'Juliet-Lib-$Platform$-$BuildConfigName$',
|
||||
'Game-Lib-$Platform$-$BuildConfigName$'
|
||||
'Game-Lib-$Platform$-$BuildConfigName$',
|
||||
'ImGui-Lib-$Platform$-$BuildConfigName$'
|
||||
}
|
||||
|
||||
|
||||
.LinkerOutput = '$BinPath$/$Platform$-$BuildConfigName$/$ProjectName$$ExeExtension$'
|
||||
|
||||
// TODO : Only use when using DLL and not static link
|
||||
|
||||
Reference in New Issue
Block a user