InstrProf: Rename ObjectFileCoverageMappingReader to BinaryCoverageReader
[oota-llvm.git] / lib / ProfileData / CMakeLists.txt
index 5204afcdc4eeadd1c50b75f93f3691fc0c9863a8..282760f0e66b83447d5a27b7bf918b3b84d0dd63 100644 (file)
@@ -2,7 +2,13 @@ add_llvm_library(LLVMProfileData
   InstrProf.cpp
   InstrProfReader.cpp
   InstrProfWriter.cpp
+  CoverageMapping.cpp
+  CoverageMappingWriter.cpp
+  CoverageMappingReader.cpp
+  SampleProf.cpp
+  SampleProfReader.cpp
+  SampleProfWriter.cpp
 
-  LINK_LIBS
-  LLVMSupport
-)
+  ADDITIONAL_HEADER_DIRS
+  ${LLVM_MAIN_INCLUDE_DIR}/llvm/ProfileData
+  )