changed build folder
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user