summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorJordan Rose <jordan_rose@apple.com>2012-10-23 21:36:55 +0000
committerJordan Rose <jordan_rose@apple.com>2012-10-23 21:36:55 +0000
commite8e6b6b71046e580cf2c94cbe7544aac75dcdfd8 (patch)
treec0f7c540d90517e4562aadf0a096dd7cc5ec205d /cmake
parentee0ce15ce14474bdae1a9bad7a5a1d457ad8d959 (diff)
downloadllvm-e8e6b6b71046e580cf2c94cbe7544aac75dcdfd8.tar.gz
llvm-e8e6b6b71046e580cf2c94cbe7544aac75dcdfd8.tar.bz2
llvm-e8e6b6b71046e580cf2c94cbe7544aac75dcdfd8.tar.xz
CMake: Include private headers / tablegen files in generated Xcode projects.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166503 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/LLVMProcessSources.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/LLVMProcessSources.cmake b/cmake/modules/LLVMProcessSources.cmake
index 0e410edc15..2cef6cfc3a 100644
--- a/cmake/modules/LLVMProcessSources.cmake
+++ b/cmake/modules/LLVMProcessSources.cmake
@@ -48,7 +48,7 @@ function(llvm_process_sources OUT_VAR)
set( f ${CMAKE_CURRENT_SOURCE_DIR}/${s} )
add_file_dependencies( ${f} ${TABLEGEN_OUTPUT} )
endforeach(s)
- if( MSVC_IDE )
+ if( MSVC_IDE OR XCODE )
# This adds .td and .h files to the Visual Studio solution:
# FIXME: Shall we handle *.def here?
add_td_sources(sources)