From: Daniel Dunbar Date: Wed, 15 Jul 2009 07:04:27 +0000 (+0000) Subject: Add TargetInfo directories to CMake's list. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b5a8c08bb1d13f371d1a813174fa157a8777d95e;p=oota-llvm.git Add TargetInfo directories to CMake's list. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75752 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 31b1f3063bb..77650656e59 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -264,6 +264,7 @@ add_subdirectory(lib/MC) foreach(t ${LLVM_TARGETS_TO_BUILD}) message(STATUS "Targeting ${t}") add_subdirectory(lib/Target/${t}) + add_subdirectory(lib/Target/${t}/TargetInfo) if( EXISTS ${LLVM_MAIN_SRC_DIR}/lib/Target/${t}/AsmPrinter/CMakeLists.txt ) add_subdirectory(lib/Target/${t}/AsmPrinter) set(LLVM_ENUM_ASM_PRINTERS