@sten-code @TomasBorquez About arguments. I think They should be parsed arbitrarily inside StartBuild(argc, argv) (like CMake -D ARG=xxx) and then queried by the build script
Maybe like this:
String arg = Argument("arg");
Also consider adding BuildDir, SourceDir global read-only variables, or functions to get these values. They are useful during commands formatting
This is a separate issue to continue discussion in #2
@sten-code @TomasBorquez About arguments. I think They should be parsed arbitrarily inside
StartBuild(argc, argv)(like CMake-D ARG=xxx) and then queried by the build scriptMaybe like this:
Also consider adding
BuildDir,SourceDirglobal read-only variables, or functions to get these values. They are useful during commands formattingThis is a separate issue to continue discussion in #2