drwhut/decision

Have the executable use the library generated to avoid compiling twice.

Closed this issue · 0 comments

Give the user the option to either generate a static or a shared library, and have the executable just use the functions from the library.

We would need to separate the main function into a separate file, though.