libraries + self building + work on extensions
This commit is contained in:
parent
b6ee9d0dc3
commit
3ddb2943bc
14 changed files with 97 additions and 39 deletions
|
@ -26,6 +26,9 @@ struct Package {
|
|||
/// Name of the package
|
||||
string name;
|
||||
|
||||
/// File path to the compiled library
|
||||
string file_name;
|
||||
|
||||
/// Compiler flags used in this package
|
||||
string compile_flags;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue