aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/CMakeLists.txt')
-rw-r--r--include/llvm/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CMakeLists.txt b/include/llvm/CMakeLists.txt
index ab5f5b7..5e4f408 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)