CMakeLists.txt 212 B

12345678910
  1. nvbio_module(nvSetBWT)
  2. addsources(
  3. input_thread.h
  4. nvSetBWT.cu
  5. )
  6. cuda_add_executable(nvSetBWT ${nvSetBWT_srcs})
  7. target_link_libraries(nvSetBWT nvbio moderngpu zlibstatic lz4 crcstatic ${SYSTEM_LINK_LIBRARIES})