X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2Fapi%2FCMakeLists.txt;h=fb2d48506fde36a6fb53a10e0091722383f4ae4d;hb=8749b649779b660c20226581328c078b99c4d37f;hp=7c1b8ff3b1c317e9202c07c5825f34c4da448961;hpb=6f3fff23561d95067651931a8768c6466cabe99f;p=bamtools.git diff --git a/src/api/CMakeLists.txt b/src/api/CMakeLists.txt index 7c1b8ff..fb2d485 100644 --- a/src/api/CMakeLists.txt +++ b/src/api/CMakeLists.txt @@ -17,12 +17,12 @@ add_library ( BamTools SHARED BamIndex.cpp BamMultiReader.cpp BamReader.cpp - BamReader_p.cpp - BamStandardIndex.cpp - BamToolsIndex.cpp BamWriter.cpp - BamWriter_p.cpp - BGZF.cpp + BGZF.cpp + internal/BamReader_p.cpp + internal/BamStandardIndex_p.cpp + internal/BamToolsIndex_p.cpp + internal/BamWriter_p.cpp ) # link BamTools library with zlib automatically @@ -33,3 +33,4 @@ set_target_properties( BamTools PROPERTIES SOVERSION 0.9.0 OUTPUT_NAME bamtools ) +