Lines Matching full:cmake
10 # Find all subdirectories containing CMake projects
18 # If this file is acting as a top-level CMake invocation, this code path is
24 # Add the root project's CMake modules, and the LLVM build's modules to the
25 # CMake module path.
27 "${CMAKE_CURRENT_SOURCE_DIR}/../cmake"
28 "${CMAKE_CURRENT_SOURCE_DIR}/../cmake/Modules"
29 "${LLVM_BINARY_DIR}/lib/cmake/llvm"
32 # LLVMConfig.cmake contains a bunch of CMake variables from the LLVM build.
54 else() # if this is included from LLVM's CMake
69 # with dashes turned to underscores. This gives us the CMake variable prefixes
79 # Create a runtimes target that uses this file as its top-level CMake file.
81 # together in a single CMake invocaiton.