changed build folder
This commit is contained in:
@@ -14,7 +14,6 @@ workspace "SakuraVNE"
|
||||
|
||||
include "libs/imgui"
|
||||
|
||||
--engine project
|
||||
project "SakuraVNE" --project under solution
|
||||
location "SakuraVNE"
|
||||
kind "ConsoleApp"
|
||||
@@ -23,8 +22,8 @@ project "SakuraVNE" --project under solution
|
||||
|
||||
ignoredefaultlibraries { "MSVCRT" }
|
||||
|
||||
targetdir ("bin/" .. outputdir .. "/%{prj.name}")
|
||||
objdir ("bin-int/" ..outputdir .. "/%{prj.name}")
|
||||
targetdir ("build/bin/" .. outputdir .. "/%{prj.name}")
|
||||
objdir ("build/bin-int/" ..outputdir .. "/%{prj.name}")
|
||||
|
||||
files{
|
||||
"%{prj.name}/src/**.h",
|
||||
|
||||
Reference in New Issue
Block a user