CMakeLists.txt 266 B

123456789101112
  1. nvbio_module(nvBowtie)
  2. addsources(
  3. nvBowtie.cpp
  4. )
  5. nvbio_add_module_directory(bowtie2)
  6. nvbio_add_module_directory(bowtie2/cuda)
  7. cuda_add_executable(nvBowtie ${nvBowtie_srcs})
  8. target_link_libraries(nvBowtie nvbio zlibstatic lz4 crcstatic ${SYSTEM_LINK_LIBRARIES})