Files
2023-05-14 11:44:44 +00:00

6 lines
87 B
CMake

set(LLVM_LINK_COMPONENTS support)
add_llvm_tool(llvm-mcmarkup
llvm-mcmarkup.cpp
)