aboutsummaryrefslogblamecommitdiff
path: root/include/llvm/CMakeLists.txt
blob: 1d5ca3ba92b0e153b3424d83316cee9534522a4f (plain) (tree)
1
2
3
4
5
6
7
8
                    
                         
 




                                                                      
add_subdirectory(IR)
add_subdirectory(Support)

# If we're doing an out-of-tree build, copy a module map for generated
# header files into the build area.
if (NOT "${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
  configure_file(module.modulemap.build module.modulemap COPYONLY)
endif (NOT "${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")