llvm-6502/lib/ProfileData/CMakeLists.txt

10 lines
198 B
CMake
Raw Normal View History

add_llvm_library(LLVMProfileData
InstrProf.cpp
InstrProfReader.cpp
InstrProfWriter.cpp
CoverageMapping.cpp
CoverageMappingWriter.cpp
CoverageMappingReader.cpp
SampleProfReader.cpp
)