From 3455b32b3e795ea27a31b6cb1c225812515e3e2c Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Fri, 5 Apr 2013 20:00:35 +0000 Subject: Move yaml2obj to tools too. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178904 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/yaml2obj/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tools/yaml2obj/CMakeLists.txt (limited to 'tools/yaml2obj/CMakeLists.txt') diff --git a/tools/yaml2obj/CMakeLists.txt b/tools/yaml2obj/CMakeLists.txt new file mode 100644 index 0000000000..f8b1197524 --- /dev/null +++ b/tools/yaml2obj/CMakeLists.txt @@ -0,0 +1,5 @@ +add_llvm_utility(yaml2obj + yaml2obj.cpp + ) + +target_link_libraries(yaml2obj LLVMSupport) -- cgit v1.2.3