Lines Matching full:cmake
75 set(LLVM_CMAKE_PATH "${LLVM_BINARY_DIR}/share/llvm/cmake")
76 set(LLVMCONFIG_FILE "${LLVM_CMAKE_PATH}/LLVMConfig.cmake")
125 Please install Python or specify the PYTHON_EXECUTABLE CMake variable.")
226 message(FATAL_ERROR "In-source builds are not allowed. CMake would overwrite "
227 "the makefiles distributed with LLVM. Please create a directory and run cmake "
306 ${CLANG_SOURCE_DIR}/include/clang/Config/config.h.cmake
314 # [[TARGET cmake-target-name] [DEPENDS extra-dependency ...]]
320 # and, if cmake-target-name is provided, creates a custom target for
414 -P "${CMAKE_BINARY_DIR}/cmake_install.cmake")
484 -P "${CMAKE_BINARY_DIR}/cmake_install.cmake")
587 # Generate a list of CMake library targets so that other CMake projects can
588 # link against them. LLVM calls its version of this file LLVMExports.cmake, but
589 # the usual CMake convention seems to be ${Project}Targets.cmake.
590 set(CLANG_INSTALL_PACKAGE_DIR share/clang/cmake)
593 export(TARGETS ${CLANG_EXPORTS} FILE ${clang_cmake_builddir}/ClangTargets.cmake)
595 # Install a <prefix>/share/clang/cmake/ClangConfig.cmake file so that
600 ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/ClangConfig.cmake
601 DESTINATION share/clang/cmake)
603 # Also copy ClangConfig.cmake to the build directory so that dependent projects
606 ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/ClangConfig.cmake
607 ${CLANG_BINARY_DIR}/share/clang/cmake/ClangConfig.cmake