From 009b1c42aa6266385f2c37e227516b24077e6dd7 Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Tue, 2 Jun 2009 17:52:33 +0000 Subject: Import LLVM, at r72732. --- examples/ModuleMaker/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 examples/ModuleMaker/CMakeLists.txt (limited to 'examples/ModuleMaker/CMakeLists.txt') diff --git a/examples/ModuleMaker/CMakeLists.txt b/examples/ModuleMaker/CMakeLists.txt new file mode 100644 index 0000000000000..81e911560bdcf --- /dev/null +++ b/examples/ModuleMaker/CMakeLists.txt @@ -0,0 +1,5 @@ +set(LLVM_LINK_COMPONENTS bitwriter) + +add_llvm_example(ModuleMaker + ModuleMaker.cpp + ) -- cgit v1.2.3