Introduce CompileProduct struct
antoniusnaumann opened this issue · 0 comments
antoniusnaumann commented
Currently, inferring information about compiled artifacts e.g. library path for a target platform requires repeatedly passing additional information such as "debug or release mode", the library name and the target architecture. These should be bundled into a struct that represents a compiled artifact for later reuse.