CMakeLists.txt 191 B

12345678910
  1. nvbio_module(nvBWT)
  2. addsources(
  3. nvBWT.cu
  4. filelist.cpp
  5. )
  6. cuda_add_executable(nvBWT ${nvBWT_srcs})
  7. target_link_libraries(nvBWT nvbio zlibstatic crcstatic moderngpu ${SYSTEM_LINK_LIBRARIES})