llvm-6502/lib/ProfileData/CMakeLists.txt

9 lines
122 B
CMake
Raw Normal View History

add_llvm_library(LLVMProfileData
InstrProf.cpp
InstrProfReader.cpp
InstrProfWriter.cpp
LINK_LIBS
LLVMSupport
)