/3rd_party/llvm/tools/llvm-bcanalyzer/CMakeLists.txt
CMake | 5 lines | 4 code | 1 blank | 0 comment | 0 complexity | 387cddc8072cf50e1e4879019e5a2c72 MD5 | raw file
Possible License(s): LGPL-2.1, BSD-3-Clause, JSON, MPL-2.0-no-copyleft-exception, GPL-2.0, GPL-3.0, LGPL-3.0, BSD-2-Clause
1set(LLVM_LINK_COMPONENTS bitreader) 2 3add_llvm_tool(llvm-bcanalyzer 4 llvm-bcanalyzer.cpp 5 )