bolt/deps/llvm-18.1.8/llvm/include/CMakeLists.txt

8 lines
325 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
add_subdirectory(llvm)
# 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}")