xref: /netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/CMakeLists.txt (revision 8ecbf5f02b752fcb7debe1a8fab1dc82602bc760)
1add_llvm_library(LLVMProfileData
2  GCOV.cpp
3  InstrProf.cpp
4  InstrProfReader.cpp
5  InstrProfWriter.cpp
6  ProfileSummaryBuilder.cpp
7  SampleProf.cpp
8  SampleProfReader.cpp
9  SampleProfWriter.cpp
10
11  ADDITIONAL_HEADER_DIRS
12  ${LLVM_MAIN_INCLUDE_DIR}/llvm/ProfileData
13
14  DEPENDS
15  intrinsics_gen
16  )
17
18add_subdirectory(Coverage)
19