Fixed SHADE_Managed target and intermediate directory paths
This commit is contained in:
parent
79828740fd
commit
9a97d12d96
|
@ -4,8 +4,8 @@ project "SHADE_Managed"
|
||||||
clr "NetCore"
|
clr "NetCore"
|
||||||
dotnetframework "net6.0"
|
dotnetframework "net6.0"
|
||||||
cppdialect "C++17"
|
cppdialect "C++17"
|
||||||
targetdir ("bin/" .. outputdir .. "/%{prj.name}")
|
targetdir (outputdir)
|
||||||
objdir ("bin-int/" .. outputdir .. "/%{prj.name}")
|
objdir (interdir)
|
||||||
systemversion "latest"
|
systemversion "latest"
|
||||||
pchheader "SHpch.h"
|
pchheader "SHpch.h"
|
||||||
pchsource "%{prj.location}/src/SHpch.cpp"
|
pchsource "%{prj.location}/src/SHpch.cpp"
|
||||||
|
|
Loading…
Reference in New Issue