From b28592d5a0eb005bf8ba3b8d9238c692097c29f2 Mon Sep 17 00:00:00 2001 From: youri Date: Sat, 22 Jan 2022 11:04:44 +0100 Subject: [PATCH] sav --- CMakeLists.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3e3aec83..749bc761 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -190,6 +190,22 @@ add_library(libfastafs SHARED dependencies/zstd-seekable-adapted/zstdseek_utils.cpp dependencies/zstd-seekable-adapted/zstdseek_compress.cpp dependencies/zstd-seekable-adapted/zstdseek_decompress.cpp + + include/chunked_reader.hpp + include/database.hpp + include/fastafs.hpp + include/fasta_to_fastafs.hpp + include/fivebit_fivebytes.hpp + include/flags.hpp + include/fourbit_byte.hpp + include/fuse.hpp + include/lsfastafs.hpp + include/sequence_region.hpp + include/twobit_byte.hpp + include/ucsc2bit.hpp + include/ucsc2bit_to_fastafs.hpp + include/utils.hpp + ) target_include_directories(libfastafs PUBLIC include) target_sources(libfastafs PUBLIC include/fastafs.hpp)