File: CMakeLists.txt

package info (click to toggle)
genomicsdb 1.4.4-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 24,788 kB
  • sloc: cpp: 78,988; ansic: 58,119; java: 8,531; python: 2,270; sh: 1,850; perl: 1,621; makefile: 490; xml: 455
file content (4 lines) | stat: -rw-r--r-- 149 bytes parent folder | download | duplicates (2)
1
2
3
4
if(NOT DISABLE_MPI)
    build_GenomicsDB_executable(test_genomicsdb_bcf_generator)
    build_GenomicsDB_executable(test_genomicsdb_importer)
endif()