changed build folder

This commit is contained in:
2026-02-15 20:02:54 +01:00
parent 689a85f211
commit c60ac28a75

View File

@@ -14,7 +14,6 @@ workspace "SakuraVNE"
include "libs/imgui" include "libs/imgui"
--engine project
project "SakuraVNE" --project under solution project "SakuraVNE" --project under solution
location "SakuraVNE" location "SakuraVNE"
kind "ConsoleApp" kind "ConsoleApp"
@@ -23,8 +22,8 @@ project "SakuraVNE" --project under solution
ignoredefaultlibraries { "MSVCRT" } ignoredefaultlibraries { "MSVCRT" }
targetdir ("bin/" .. outputdir .. "/%{prj.name}") targetdir ("build/bin/" .. outputdir .. "/%{prj.name}")
objdir ("bin-int/" ..outputdir .. "/%{prj.name}") objdir ("build/bin-int/" ..outputdir .. "/%{prj.name}")
files{ files{
"%{prj.name}/src/**.h", "%{prj.name}/src/**.h",