From: Ted Kremenek Date: Wed, 1 Apr 2009 15:40:21 +0000 (+0000) Subject: CMake: Have generated Xcode projects also contain the LLVM header files. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6d7e49bb06b8657d20e06c2ce3c82dd2ddf81a4d;p=oota-llvm.git CMake: Have generated Xcode projects also contain the LLVM header files. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68206 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CMakeLists.txt b/include/llvm/CMakeLists.txt index ab5f5b7de75..5e4f40881d0 100644 --- a/include/llvm/CMakeLists.txt +++ b/include/llvm/CMakeLists.txt @@ -7,7 +7,7 @@ add_custom_target(intrinsics_gen ALL set(LLVM_COMMON_DEPENDS ${LLVM_COMMON_DEPENDS} intrinsics_gen PARENT_SCOPE) -if( MSVC_IDE ) +if( MSVC_IDE OR XCODE ) # Creates a dummy target containing all headers for the benefit of # Visual Studio users. file(GLOB_RECURSE headers *.h)