diff --git a/build/premake/premake5.lua b/build/premake/premake5.lua index 97d104b6e5..b64164ceed 100644 --- a/build/premake/premake5.lua +++ b/build/premake/premake5.lua @@ -178,6 +178,7 @@ targetdir(rootdir.."/binaries/system") libdirs(rootdir.."/binaries/system") location(_OPTIONS["outpath"]) configurations { "Release", "Debug" } +startproject "pyrogenesis" source_root = rootdir.."/source/" -- default for most projects - overridden by local in others