Renamed exe to Nuake Engine + added C# endpoints i forgot to push

This commit is contained in:
Antoine Pilote
2024-09-08 23:17:51 -04:00
parent f30e178e87
commit e36e33aa9a
2 changed files with 17 additions and 0 deletions

View File

@@ -356,11 +356,13 @@ project "NuakeRuntime"
project "Editor"
location "Editor"
targetname ("Nuake Engine")
kind "ConsoleApp"
language "C++"
cppdialect "C++20"
staticruntime "On"
dependson { "NuakeNet" }
targetdir ("bin/" .. outputdir .. "/%{prj.name}")
objdir ("bin-int/" .. outputdir .. "/%{prj.name}")
debugdir ("%{prj.name}")