CMakeLists.txt 330 B

1234567891011121314151617
  1. nvbio_module(nvLighter)
  2. addsources(
  3. error_correct.cu
  4. error_correct.h
  5. input_thread.cu
  6. input_thread.h
  7. output_thread.h
  8. output_thread.cu
  9. nvLighter.cu
  10. sample_kmers.cu
  11. sample_kmers.h
  12. )
  13. cuda_add_executable(nvLighter ${nvLighter_srcs})
  14. target_link_libraries(nvLighter nvbio moderngpu zlibstatic lz4 crcstatic ${SYSTEM_LINK_LIBRARIES})