From 9fca31e2becbeb90c527b89812fbc6f6ff2f3959 Mon Sep 17 00:00:00 2001 From: starling13 Date: Fri, 25 Dec 2020 13:09:05 +0300 Subject: [PATCH] Fix link issue with using cmake --- src/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 928ceba..bb76dd3 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -11,6 +11,7 @@ add_executable(build_db add_executable(classify classify.cc reports.cc + hyperloglogplus.cc mmap_file.cc compact_hash.cc taxonomy.cc @@ -33,7 +34,8 @@ add_executable(dump_table compact_hash.cc omp_hack.cc taxonomy.cc - reports.cc) + reports.cc + hyperloglogplus.cc) add_executable(lookup_accession_numbers lookup_accession_numbers.cc