Skip to content

Refactored the binaries to be split into a component and a binary file.

Duncan Kampert requested to merge components into master

Created a clean split between the components (e.g., flagger) and the corresponding binary files (aartfaacflagger). This allows us to include this project in other projects easily without needing to link executables. The binary files are not compiled necessarily.

Merge request reports