aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CMakeLists.txt
blob: ff805396eb0c85af96dde63c972bd56b957c904f (plain)
1
2
3
4
5
6
7
add_subdirectory(IR)

# 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}")