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

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

  1. set(LLVM_LINK_COMPONENTS asmparser ipo bitreader bitwriter irreader)
  2. add_llvm_tool(llvm-extract
  3. llvm-extract.cpp
  4. )