CMakeLists.txt 87 B

12345
  1. set(LLVM_LINK_COMPONENTS support)
  2. add_llvm_tool(llvm-mcmarkup
  3. llvm-mcmarkup.cpp
  4. )