[llvm] [cmake] Add possibility to use ChooseMSVCCRT.cmake when include LLVM library
[llvm-core.git] / unittests / FuzzMutate / CMakeLists.txt
blobc4a5fcf4f14ce177b8995ef9661a6a8f25d3ea7c
1 set(LLVM_LINK_COMPONENTS
2   AsmParser
3   Core
4   FuzzMutate
5   Support
6   )
8 add_llvm_unittest(FuzzMutateTests
9   OperationsTest.cpp
10   ReservoirSamplerTest.cpp
11   StrategiesTest.cpp
12   RandomIRBuilderTest.cpp
13   )