fix: change targetname

This commit is contained in:
2023-06-23 14:17:09 +02:00
parent e49a40630d
commit a8876eb585
2 changed files with 12 additions and 10 deletions

View File

@ -30,8 +30,8 @@ end
dependencies.load()
workspace "xlabs-master-tool"
startproject "xlabs-master-tool"
workspace "alterware-master-tool"
startproject "alterware-master-tool"
location "./build"
objdir "%{wks.location}/obj"
targetdir "%{wks.location}/bin/%{cfg.platform}/%{cfg.buildcfg}"
@ -96,10 +96,12 @@ filter "configurations:Debug"
defines {"DEBUG", "_DEBUG"}
filter {}
project "xlabs-master-tool"
project "alterware-master-tool"
kind "ConsoleApp"
language "C++"
targetname "alterware-master-tool"
pchheader "std_include.hpp"
pchsource "src/std_include.cpp"