aboutsummaryrefslogtreecommitdiffstats
path: root/examples/HowToUseJIT/CMakeLists.txt
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2008-09-26 19:48:03 +0000
committerOscar Fuentes <ofv@wanadoo.es>2008-09-26 19:48:03 +0000
commit71287953e60d3437b51a69fd3f016b03f5011c52 (patch)
tree979cbee4a308e05095045e55f4fc1c399eb2b153 /examples/HowToUseJIT/CMakeLists.txt
parentf4581480a3a1943caaafc24bdcfaa330fe9e732c (diff)
downloadexternal_llvm-71287953e60d3437b51a69fd3f016b03f5011c52.zip
external_llvm-71287953e60d3437b51a69fd3f016b03f5011c52.tar.gz
external_llvm-71287953e60d3437b51a69fd3f016b03f5011c52.tar.bz2
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
Diffstat (limited to 'examples/HowToUseJIT/CMakeLists.txt')
-rw-r--r--examples/HowToUseJIT/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/HowToUseJIT/CMakeLists.txt b/examples/HowToUseJIT/CMakeLists.txt
new file mode 100644
index 0000000..ad7da95
--- /dev/null
+++ b/examples/HowToUseJIT/CMakeLists.txt
@@ -0,0 +1,5 @@
+set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen)
+
+add_llvm_executable(HowToUseJIT
+ HowToUseJIT.cpp
+ )