File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 1313# You should have received a copy of the GNU General Public License along with
1414# this program. If not, see <https://www.gnu.org/licenses/>.
1515
16+ # Packages
17+ if (USE_LIBDEFLATE)
18+ find_package (LIBDEFLATE REQUIRED)
19+ endif ()
1620if (BUILD_NANOPORE)
1721 find_package (HTSLIB 1.20 REQUIRED)
1822 add_compile_definitions (BUILD_NANOPORE)
1923else ()
2024 find_package (HTSLIB REQUIRED)
2125endif ()
2226find_package (Threads REQUIRED)
27+ find_package (ZLIB REQUIRED)
2328
24- if (NOT TARGET bamxx)
25- add_subdirectory (bamxx)
26- endif ()
29+ # Subdirs
2730if (NOT TARGET smithlab_cpp)
2831 add_subdirectory (smithlab_cpp)
2932endif ()
33+ if (NOT TARGET bamxx)
34+ add_subdirectory (bamxx)
35+ endif ()
3036add_subdirectory (common)
3137add_subdirectory (radmeth)
3238add_subdirectory (utils)
You can’t perform that action at this time.
0 commit comments