# Install script for directory: /mnt/Vers1/keyboardTest/llvm/lib # 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(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for each subdirectory. include("/mnt/Vers1/keyboardTest/libcxx_msan/lib/IR/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/lib/FuzzMutate/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/lib/IRReader/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/lib/CodeGen/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/lib/BinaryFormat/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/lib/Bitcode/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/lib/Transforms/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/lib/Linker/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/lib/Analysis/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/lib/LTO/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/lib/MC/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/lib/Object/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/lib/ObjectYAML/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/lib/Option/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/lib/DebugInfo/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/lib/ExecutionEngine/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/lib/Target/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/lib/AsmParser/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/lib/LineEditor/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/lib/ProfileData/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/lib/Passes/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/lib/ToolDrivers/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/lib/XRay/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/lib/Testing/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/lib/WindowsManifest/cmake_install.cmake") endif()