Skip to content

Commit

Permalink
Merge pull request #39 from chungongyu/dev
Browse files Browse the repository at this point in the history
feat: HiFi & 10x reads
  • Loading branch information
chungongyu committed Aug 2, 2021
2 parents fc7712f + e659770 commit d6807c6
Show file tree
Hide file tree
Showing 45 changed files with 4,657 additions and 831 deletions.
5 changes: 5 additions & 0 deletions 3rdparty/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
add_library(3rdparty
bcr.h
bcr.c
sais.hxx
ssw.h
ssw.c
ssw_cpp.cpp
ssw_cpp.h
)
target_include_directories(3rdparty PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
7 changes: 6 additions & 1 deletion 3rdparty/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
noinst_LTLIBRARIES = lib3rdparty.la
lib3rdparty_la_SOURCES = \
bcr.c \
bcr.h
bcr.h \
sais.hxx \
ssw.c \
ssw.h \
ssw_cpp.cpp \
ssw_cpp.h
EXTRA_DIST=CMakeLists.txt
Loading

0 comments on commit d6807c6

Please sign in to comment.