InstrProf: Add unit tests for the profile reader and writer
[oota-llvm.git] / lib / ProfileData / CMakeLists.txt
1 add_llvm_library(LLVMProfileData
2   InstrProf.cpp
3   InstrProfReader.cpp
4   InstrProfWriter.cpp
5   CoverageMapping.cpp
6   CoverageMappingWriter.cpp
7   CoverageMappingReader.cpp
8   SampleProf.cpp
9   SampleProfReader.cpp
10   SampleProfWriter.cpp
11
12   ADDITIONAL_HEADER_DIRS
13   ${LLVM_MAIN_INCLUDE_DIR}/llvm/ProfileData
14   )