1 # Install script for directory: C:/Users/Patrick/Documents/Studium/master/sem2/projekt/toc/antlr4-cpp-runtime-4.9.2-source/build/runtime/thirdparty/utfcpp
\r
3 # Set the install prefix
\r
4 if(NOT DEFINED CMAKE_INSTALL_PREFIX)
\r
5 set(CMAKE_INSTALL_PREFIX "C:/Users/Patrick/Documents/Studium/master/sem2/projekt/toc/antlr4-cpp-runtime-4.9.2-source/build/runtime/thirdparty/utfcpp/install")
\r
7 string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
\r
9 # Set the install configuration name.
\r
10 if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
\r
12 string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
\r
13 CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
\r
15 set(CMAKE_INSTALL_CONFIG_NAME "Release")
\r
17 message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
\r
20 # Set the component getting installed.
\r
21 if(NOT CMAKE_INSTALL_COMPONENT)
\r
23 message(STATUS "Install component: \"${COMPONENT}\"")
\r
24 set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
\r
26 set(CMAKE_INSTALL_COMPONENT)
\r
30 # Is this installation the result of a crosscompile?
\r
31 if(NOT DEFINED CMAKE_CROSSCOMPILING)
\r
32 set(CMAKE_CROSSCOMPILING "FALSE")
\r
35 if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
\r
36 file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/utf8cpp" TYPE DIRECTORY FILES "C:/Users/Patrick/Documents/Studium/master/sem2/projekt/toc/antlr4-cpp-runtime-4.9.2-source/build/runtime/thirdparty/utfcpp/source/")
\r
39 if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
\r
40 if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/CMake/utf8cppConfig.cmake")
\r
41 file(DIFFERENT EXPORT_FILE_CHANGED FILES
\r
42 "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/CMake/utf8cppConfig.cmake"
\r
43 "C:/Users/Patrick/Documents/Studium/master/sem2/projekt/toc/antlr4-cpp-runtime-4.9.2-source/build/runtime/utfcpp-prefix/src/utfcpp-build/CMakeFiles/Export/CMake/utf8cppConfig.cmake")
\r
44 if(EXPORT_FILE_CHANGED)
\r
45 file(GLOB OLD_CONFIG_FILES "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/CMake/utf8cppConfig-*.cmake")
\r
46 if(OLD_CONFIG_FILES)
\r
47 message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/CMake/utf8cppConfig.cmake\" will be replaced. Removing files [${OLD_CONFIG_FILES}].")
\r
48 file(REMOVE ${OLD_CONFIG_FILES})
\r
52 file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/CMake" TYPE FILE FILES "C:/Users/Patrick/Documents/Studium/master/sem2/projekt/toc/antlr4-cpp-runtime-4.9.2-source/build/runtime/utfcpp-prefix/src/utfcpp-build/CMakeFiles/Export/CMake/utf8cppConfig.cmake")
\r
55 if(NOT CMAKE_INSTALL_LOCAL_ONLY)
\r
56 # Include the install script for each subdirectory.
\r
57 include("C:/Users/Patrick/Documents/Studium/master/sem2/projekt/toc/antlr4-cpp-runtime-4.9.2-source/build/runtime/utfcpp-prefix/src/utfcpp-build/extern/gtest/cmake_install.cmake")
\r
58 include("C:/Users/Patrick/Documents/Studium/master/sem2/projekt/toc/antlr4-cpp-runtime-4.9.2-source/build/runtime/utfcpp-prefix/src/utfcpp-build/tests/cmake_install.cmake")
\r
62 if(CMAKE_INSTALL_COMPONENT)
\r
63 set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
\r
65 set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
\r
68 string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
\r
69 "${CMAKE_INSTALL_MANIFEST_FILES}")
\r
70 file(WRITE "C:/Users/Patrick/Documents/Studium/master/sem2/projekt/toc/antlr4-cpp-runtime-4.9.2-source/build/runtime/utfcpp-prefix/src/utfcpp-build/${CMAKE_INSTALL_MANIFEST}"
\r
71 "${CMAKE_INSTALL_MANIFEST_CONTENT}")
\r