# Install script for directory: /mnt/Vers1/keyboardTest/llvm # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") # Set the install configuration name. if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) if(BUILD_TYPE) string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") else() set(CMAKE_INSTALL_CONFIG_NAME "Release") endif() message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") endif() # Set the component getting installed. if(NOT CMAKE_INSTALL_COMPONENT) if(COMPONENT) message(STATUS "Install component: \"${COMPONENT}\"") set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") else() set(CMAKE_INSTALL_COMPONENT) endif() endif() # Install shared libraries without execute permission? if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) set(CMAKE_INSTALL_SO_NO_EXE "1") endif() if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "llvm-headers" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE DIRECTORY FILES "/mnt/Vers1/keyboardTest/llvm/include/llvm" "/mnt/Vers1/keyboardTest/llvm/include/llvm-c" FILES_MATCHING REGEX "/[^/]*\\.def$" REGEX "/[^/]*\\.h$" REGEX "/[^/]*\\.td$" REGEX "/[^/]*\\.inc$" REGEX "/LICENSE\\.TXT$" REGEX "/\\.svn$" EXCLUDE) endif() if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "llvm-headers" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE DIRECTORY FILES "/mnt/Vers1/keyboardTest/libcxx_msan/include/llvm" FILES_MATCHING REGEX "/[^/]*\\.def$" REGEX "/[^/]*\\.h$" REGEX "/[^/]*\\.gen$" REGEX "/[^/]*\\.inc$" REGEX "/CMakeFiles$" EXCLUDE REGEX "/config\\.h$" EXCLUDE REGEX "/\\.svn$" EXCLUDE) endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for each subdirectory. include("/mnt/Vers1/keyboardTest/libcxx_msan/lib/Demangle/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/lib/Support/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/lib/TableGen/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/utils/TableGen/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/include/llvm/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/lib/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/utils/FileCheck/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/utils/PerfectShuffle/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/utils/count/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/utils/not/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/utils/yaml-bench/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/projects/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/tools/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/runtimes/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/examples/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/utils/lit/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/test/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/unittests/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/utils/unittest/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/docs/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/cmake/modules/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/utils/llvm-lit/cmake_install.cmake") endif() if(CMAKE_INSTALL_COMPONENT) set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") else() set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") file(WRITE "/mnt/Vers1/keyboardTest/libcxx_msan/${CMAKE_INSTALL_MANIFEST}" "${CMAKE_INSTALL_MANIFEST_CONTENT}")