zerodaycode / Zork

Project manager and builder automation tool for modern C++ projects
MIT License
145 stars 10 forks source link

Produce static and dynamic libraries #36

Open TheRustifyer opened 1 year ago

TheRustifyer commented 1 year ago

Feature Request

One thing that Zork should acomplish is produce static and dynamic libraries based on user input.

For that, we must create the [[#static_lib]] and [[#dyn_lib]] attributes in its correspondent sections in order to enable the execution flow for produce the desired libraries.

TheRustifyer commented 1 month ago

Now that the target feature is published on the v0.10.0, is time to finish this, since now is an easy task