llvm-capstone/llvm/unittests/ProfileData/CMakeLists.txt
2022-02-09 12:27:13 +03:00

18 lines
297 B
CMake

set(LLVM_LINK_COMPONENTS
Core
Coverage
ProfileData
Support
Object
)
add_llvm_unittest(ProfileDataTests
CoverageMappingTest.cpp
InstrProfDataTest.cpp
InstrProfTest.cpp
SampleProfTest.cpp
MemProfTest.cpp
)
target_link_libraries(ProfileDataTests PRIVATE LLVMTestingSupport)