diff options
author | Oscar Fuentes <ofv@wanadoo.es> | 2011-02-20 02:55:27 +0000 |
---|---|---|
committer | Oscar Fuentes <ofv@wanadoo.es> | 2011-02-20 02:55:27 +0000 |
commit | ba1186c23e31207c2e11866beb978bd966a45e19 (patch) | |
tree | 470ffbca9cead6699e1a473abb6da02cd62fa032 /llvm/lib/Target/CppBackend/CMakeLists.txt | |
parent | 9d0402b1eb50024df06cc521102e86278d43c8c2 (diff) | |
download | bcm5719-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.txt | 2 |
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) |