llvm-project/llvm/unittests/FuzzMutate/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
205 B
CMake
Raw Normal View History

set(LLVM_LINK_COMPONENTS
AsmParser
Core
FuzzMutate
Support
)
add_llvm_unittest(FuzzMutateTests
OperationsTest.cpp
ReservoirSamplerTest.cpp
StrategiesTest.cpp
RandomIRBuilderTest.cpp
)