CMakeLists.txt 323 B

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