summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/CppBackend/CMakeLists.txt
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2011-02-20 02:55:27 +0000
committerOscar Fuentes <ofv@wanadoo.es>2011-02-20 02:55:27 +0000
commitba1186c23e31207c2e11866beb978bd966a45e19 (patch)
tree470ffbca9cead6699e1a473abb6da02cd62fa032 /llvm/lib/Target/CppBackend/CMakeLists.txt
parent9d0402b1eb50024df06cc521102e86278d43c8c2 (diff)
downloadbcm5719-llvm-ba1186c23e31207c2e11866beb978bd966a45e19.tar.gz
bcm5719-llvm-ba1186c23e31207c2e11866beb978bd966a45e19.zip
Use explicit add_subdirectory's for LLVM target sublibraries instead
of testing for its presence at cmake time. This way the build automatically regenerates the makefiles when a svn update brings in a new sublibrary. llvm-svn: 126068
Diffstat (limited to 'llvm/lib/Target/CppBackend/CMakeLists.txt')
-rw-r--r--llvm/lib/Target/CppBackend/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Target/CppBackend/CMakeLists.txt b/llvm/lib/Target/CppBackend/CMakeLists.txt
index f8182b80c94..e9375599511 100644
--- a/llvm/lib/Target/CppBackend/CMakeLists.txt
+++ b/llvm/lib/Target/CppBackend/CMakeLists.txt
@@ -1,3 +1,5 @@
add_llvm_target(CppBackend
CPPBackend.cpp
)
+
+add_subdirectory(TargetInfo)
OpenPOWER on IntegriCloud