diff options
author | Oscar Fuentes <ofv@wanadoo.es> | 2008-09-26 19:48:03 +0000 |
---|---|---|
committer | Oscar Fuentes <ofv@wanadoo.es> | 2008-09-26 19:48:03 +0000 |
commit | dbc2e856fce973243d2dfba88d573d3c88f06020 (patch) | |
tree | 979cbee4a308e05095045e55f4fc1c399eb2b153 /lib | |
parent | dfe8c84e1e7be1ec4f7303d3d056fb106ab28437 (diff) |
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 'lib')
-rw-r--r-- | lib/Target/CBackend/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/CBackend/CMakeLists.txt b/lib/Target/CBackend/CMakeLists.txt index b04912f7c9..be243366d5 100644 --- a/lib/Target/CBackend/CMakeLists.txt +++ b/lib/Target/CBackend/CMakeLists.txt @@ -1,3 +1,3 @@ -add_llvm_target(CBackEnd +add_llvm_target(CBackend CBackend.cpp ) |