aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/llvm-test-mustache-spec/CMakeLists.txt
blob: dc1aa73371ffc4ff12ee69947a85a84f7a8153e3 (plain)
1
2
3
4
5
add_llvm_utility(llvm-test-mustache-spec
  llvm-test-mustache-spec.cpp
)

target_link_libraries(llvm-test-mustache-spec PRIVATE LLVMSupport)