mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
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
This commit is contained in:
parent
d04bc73085
commit
6d7e49bb06
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user