zerodaycode / Zork

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

Workspaces #93

Closed TheRustifyer closed 7 months ago

TheRustifyer commented 1 year ago

This PR aims to include the Cargo like feature workspaces. This will allow our users to bring into the Zork++ managed projects a way of work like CMake, to handle subprojects, but sharing metadata, compilation commands flags, compiler output directories and more.

TheRustifyer commented 7 months ago

Will be implemented on #101