# Install script for directory: /mnt/Vers1/keyboardTest/llvm/unittests # 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/unittests/ADT/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/unittests/Analysis/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/unittests/AsmParser/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/unittests/Bitcode/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/unittests/CodeGen/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/unittests/DebugInfo/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/unittests/ExecutionEngine/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/unittests/FuzzMutate/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/unittests/IR/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/unittests/LineEditor/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/unittests/Linker/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/unittests/MC/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/unittests/MI/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/unittests/Object/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/unittests/BinaryFormat/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/unittests/ObjectYAML/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/unittests/Option/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/unittests/ProfileData/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/unittests/Support/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/unittests/Target/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/unittests/Transforms/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/unittests/XRay/cmake_install.cmake") include("/mnt/Vers1/keyboardTest/libcxx_msan/unittests/tools/cmake_install.cmake") endif()