This class is a structure which represents a target. A target contains a description, a file which have to be compiled, output file and the way it will be compiled in the ninja file. The base target class will have these things. We have to base the target class to make other classes which will decide how C, C++, Rust, zig objects, library, executable, packages and image file of the OS will be produced
This class is a structure which represents a target. A target contains a description, a file which have to be compiled, output file and the way it will be compiled in the ninja file. The base target class will have these things. We have to base the target class to make other classes which will decide how C, C++, Rust, zig objects, library, executable, packages and image file of the OS will be produced