langmead-lab / vargas

MIT License
25 stars 2 forks source link

vargas as a library #4

Open dnbaker opened 4 years ago

dnbaker commented 4 years ago

Adds targets for static and dynamic library generation (libibvargas.so for shared, and static-vargas.a for static), which would make it easy to use vargas in other software.

This pull request makes a couple of minor changes as well.

  1. Doctest tests are disabled for Release builds.
  2. Build type defaults to Release.
  3. Sets CMAKE_MACOSX_RPATH 1 for Darwin to ensure proper library linkage on OSX.