Skip to content

Commit

Permalink
Add missing CMakeLists.txt for pyhmmer module
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Oct 10, 2024
1 parent 405f3e3 commit 55752e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pyhmmer/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
cython_extension(errors LINKS libeasel)
cython_extension(easel LINKS libeasel)
cython_extension(plan7 LINKS libeasel libhmmer DIRECTIVES -E HMMER_IMPL=${HMMER_IMPL})
cython_extension(daemon LINKS libeasel libhmmer DIRECTIVES -E HMMER_IMPL=${HMMER_IMPL})

0 comments on commit 55752e4

Please sign in to comment.