It's the middle object, which get produced by the file parser class and will be a parameter for the ninja file generator and lsp configuration generator. It have a node system which keeps every target as a node and a parent target will have some children nodes representing it's dependencies target for example, an executable can't be build before building the objects
It's the middle object, which get produced by the file parser class and will be a parameter for the ninja file generator and lsp configuration generator. It have a node system which keeps every target as a node and a parent target will have some children nodes representing it's dependencies target for example, an executable can't be build before building the objects