From 71287953e60d3437b51a69fd3f016b03f5011c52 Mon Sep 17 00:00:00 2001 From: Oscar Fuentes Date: Fri, 26 Sep 2008 19:48:03 +0000 Subject: CMake: Builds all examples. Corrected name of CBackend target. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56682 91177308-0d34-0410-b5e6-96231b3b80d8 --- examples/BrainF/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 examples/BrainF/CMakeLists.txt (limited to 'examples/BrainF') diff --git a/examples/BrainF/CMakeLists.txt b/examples/BrainF/CMakeLists.txt new file mode 100644 index 0000000..7bec105 --- /dev/null +++ b/examples/BrainF/CMakeLists.txt @@ -0,0 +1,6 @@ +set(LLVM_LINK_COMPONENTS jit bitwriter nativecodegen interpreter) + +add_llvm_example(BrainF + BrainF.cpp + BrainFDriver.cpp + ) -- cgit v1.1