Move ZoneCodeGenerator and RawTemplater to buildtools output folder

This commit is contained in:
Jan
2023-06-19 19:11:03 +02:00
parent dd1114dd3d
commit 787fe967e3
5 changed files with 7 additions and 6 deletions

View File

@ -27,7 +27,7 @@ function RawTemplater:project()
local links = Links:create()
project(self:name())
targetdir(TargetDirectoryBin)
targetdir(TargetDirectoryBuildTools)
location "%{wks.location}/src/%{prj.name}"
kind "ConsoleApp"
language "C++"