summaryrefslogtreecommitdiff
path: root/lib/Target/CBackend/CMakeLists.txt
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2008-09-26 04:40:32 +0000
committerOscar Fuentes <ofv@wanadoo.es>2008-09-26 04:40:32 +0000
commite1ad087fcbb51ed66e450d010f849b5792b4b6fc (patch)
tree2b2810f778bb1811569c18332a0ae6daabb91e9a /lib/Target/CBackend/CMakeLists.txt
parent5af29c2e5709b56de701fa4adb4705b9f84973c8 (diff)
downloadllvm-e1ad087fcbb51ed66e450d010f849b5792b4b6fc.tar.gz
llvm-e1ad087fcbb51ed66e450d010f849b5792b4b6fc.tar.bz2
llvm-e1ad087fcbb51ed66e450d010f849b5792b4b6fc.tar.xz
CMake: Builds all targets.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56641 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/CBackend/CMakeLists.txt')
-rw-r--r--lib/Target/CBackend/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Target/CBackend/CMakeLists.txt b/lib/Target/CBackend/CMakeLists.txt
new file mode 100644
index 0000000000..b04912f7c9
--- /dev/null
+++ b/lib/Target/CBackend/CMakeLists.txt
@@ -0,0 +1,3 @@
+add_llvm_target(CBackEnd
+ CBackend.cpp
+ )