[llvm] [cmake] Add possibility to use ChooseMSVCCRT.cmake when include LLVM library
[llvm-core.git] / utils / gn / secondary / llvm / tools / llvm-cxxdump / BUILD.gn
blobc146958d2d6c011e082170125b17cbda1aee1b55
1 executable("llvm-cxxdump") {
2   deps = [
3     "//llvm/lib/Object",
4     "//llvm/lib/Support",
5     "//llvm/lib/Target:TargetsToBuild",
6   ]
7   sources = [
8     "Error.cpp",
9     "llvm-cxxdump.cpp",
10   ]