Runtime now working

This commit is contained in:
Antoine Pilote
2023-08-08 14:24:17 -04:00
parent 88bf953102
commit 35940b3356
9 changed files with 188 additions and 72 deletions

View File

@@ -82,7 +82,7 @@ project "Nuake"
optimize "on"
project "NuakeRuntime"
location "Editor"
location "Runtime"
kind "ConsoleApp"
language "C++"
@@ -92,7 +92,7 @@ project "NuakeRuntime"
files
{
"Editor/Runtime.cpp"
"Runtime/Runtime.cpp"
}
includedirs