diff options
author | Oscar Fuentes <ofv@wanadoo.es> | 2008-10-22 02:52:59 +0000 |
---|---|---|
committer | Oscar Fuentes <ofv@wanadoo.es> | 2008-10-22 02:52:59 +0000 |
commit | cac467ef4402dbaec5eb8b0016977210c7aae19a (patch) | |
tree | 6314fd3d9bbaf742a50b58bb3af8d0bd71427917 | |
parent | f3c03b02dc6497af17bedaaa225e91cd2ae598c2 (diff) | |
download | bcm5719-llvm-cac467ef4402dbaec5eb8b0016977210c7aae19a.tar.gz bcm5719-llvm-cac467ef4402dbaec5eb8b0016977210c7aae19a.zip |
CMake: use add_llvm_example for HowToUseJIT.
llvm-svn: 57944
-rw-r--r-- | llvm/examples/HowToUseJIT/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/examples/HowToUseJIT/CMakeLists.txt b/llvm/examples/HowToUseJIT/CMakeLists.txt index ad7da957697..428b53ffb9b 100644 --- a/llvm/examples/HowToUseJIT/CMakeLists.txt +++ b/llvm/examples/HowToUseJIT/CMakeLists.txt @@ -1,5 +1,5 @@ set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen) -add_llvm_executable(HowToUseJIT +add_llvm_example(HowToUseJIT HowToUseJIT.cpp ) |