From 00d78f1348a5980a276bed8f9be09ce2412a6a12 Mon Sep 17 00:00:00 2001 From: Oscar Fuentes Date: Sun, 20 Feb 2011 02:55:27 +0000 Subject: 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126068 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/Blackfin/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/Target/Blackfin') diff --git a/lib/Target/Blackfin/CMakeLists.txt b/lib/Target/Blackfin/CMakeLists.txt index f19b666..a47299f 100644 --- a/lib/Target/Blackfin/CMakeLists.txt +++ b/lib/Target/Blackfin/CMakeLists.txt @@ -24,3 +24,5 @@ add_llvm_target(BlackfinCodeGen BlackfinTargetMachine.cpp BlackfinSelectionDAGInfo.cpp ) + +add_subdirectory(TargetInfo) -- cgit v1.1