/3rd_party/llvm/tools/llvm-nm/CMakeLists.txt

https://code.google.com/p/softart/ · CMake · 5 lines · 4 code · 1 blank · 0 comment · 0 complexity · 7c24cca2a58ff24d35fded6cfc5310ab MD5 · raw file

  1. set(LLVM_LINK_COMPONENTS bitreader object)
  2. add_llvm_tool(llvm-nm
  3. llvm-nm.cpp
  4. )