]> git.donarmstrong.com Git - bamtools.git/blobdiff - src/api/CMakeLists.txt
Updated Doxygen comments
[bamtools.git] / src / api / CMakeLists.txt
index 5a0371269b0d24a640ebd00d7aa2939c1f3aa6b7..2ec006c3defaff5dabfe5af6fdba8b3baf8b45be 100644 (file)
@@ -26,6 +26,7 @@ set( BamToolsAPISources
         SamSequence.cpp
         SamSequenceDictionary.cpp
         internal/BamDeviceFactory_p.cpp
+        internal/BamException_p.cpp
         internal/BamFile_p.cpp
         internal/BamFtp_p.cpp
         internal/BamHeader_p.cpp
@@ -68,6 +69,7 @@ install( TARGETS BamTools-static ARCHIVE DESTINATION "lib/bamtools")
 include(../ExportHeader.cmake)
 set(ApiIncludeDir "api")
 ExportHeader(APIHeaders api_global.h             ${ApiIncludeDir})
+ExportHeader(APIHeaders BamAlgorithms.h           ${ApiIncludeDir})
 ExportHeader(APIHeaders BamAlignment.h           ${ApiIncludeDir})
 ExportHeader(APIHeaders BamAux.h                 ${ApiIncludeDir})
 ExportHeader(APIHeaders BamConstants.h           ${ApiIncludeDir})
@@ -84,3 +86,6 @@ ExportHeader(APIHeaders SamReadGroup.h           ${ApiIncludeDir})
 ExportHeader(APIHeaders SamReadGroupDictionary.h ${ApiIncludeDir})
 ExportHeader(APIHeaders SamSequence.h            ${ApiIncludeDir})
 ExportHeader(APIHeaders SamSequenceDictionary.h  ${ApiIncludeDir})
+
+set(AlgorithmsIncludeDir "api/algorithms")
+ExportHeader(AlgorithmsHeaders algorithms/Sort.h ${AlgorithmsIncludeDir})