libraries + self building + work on extensions

This commit is contained in:
Hunter 2024-09-28 20:21:30 -04:00
parent b6ee9d0dc3
commit 3ddb2943bc
14 changed files with 97 additions and 39 deletions

View file

@ -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;