TravisWheelerLab / AvxWindowFmIndex

A fast, AVX2 and ARM Neon accelerated FM index library
BSD 3-Clause "New" or "Revised" License
28 stars 2 forks source link

include FastaVector header installation fix #29

Closed Sawwave closed 7 months ago

Sawwave commented 7 months ago

This update fixes the cmake build system. previously, two of the FastaVector headers weren't being installed correctly when using the cmake build system to install. Now, they should be generated correctly.

Sawwave commented 7 months ago

This pull fixes #25