- Notifications
You must be signed in to change notification settings - Fork3
Closed
Description
- Environment Initialization
- Persistent Storage
- Registration for Toolchain, TargetInfo, Target and Generators
- Arguments
Examples
// 1Project::Init("project_root_directory","project_build_directory");// 2Storage::Add<Target>("identifier", ...);auto & t = Storage::Ref<Target>("identifier");constauto & t = Storage::ConstRef<Target>("identifier");// 3Reg::Init(...);Reg::Build(...)Reg::Dep(target, dependency);Reg::Callback(...);// 4Args::Init(...);Args::AddToolchain(...);
Metadata
Metadata
Assignees
Labels
No labels