/3rd_party/llvm/tools/llvm-nm/CMakeLists.txt
CMake | 5 lines | 4 code | 1 blank | 0 comment | 0 complexity | 7c24cca2a58ff24d35fded6cfc5310ab 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 object) 2 3add_llvm_tool(llvm-nm 4 llvm-nm.cpp 5 )