buntonj / SFO_CPP

A fast, templated C++ header library for submodular optimization (subset selection) problems.
0 stars 0 forks source link

Add compilation into proper library object #9

Open buntonj opened 1 year ago

buntonj commented 1 year ago

Currently we just naively compile with headers in same directory. Should organize cmake to create a more portable library object first.

buntonj commented 1 year ago

Using some inspiration from other libraries (pettni/smooth, this walkthrough) I have what I think should work put together. I haven't tried it yet, need to add a test with proper "external installing and importing".

buntonj commented 1 year ago

I think this is implemented. Will test with an external installation later.