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

10 lines
132 B
CMake

set(LLVM_LINK_COMPONENTS
Support
)
add_llvm_unittest(XRayTests
GraphTest.cpp
)
add_dependencies(XRayTests intrinsics_gen)