• Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1add_subdirectory(IR)
2add_subdirectory(Support)
3
4# If we're doing an out-of-tree build, copy a module map for generated
5# header files into the build area.
6if (NOT "${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
7  configure_file(module.modulemap.build module.modulemap COPYONLY)
8endif (NOT "${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
9