--- /dev/null
+# Install script for directory: C:/Users/Patrick/Documents/Studium/master/sem2/projekt/toc/antlr4-cpp-runtime-4.9.2-source/build/runtime/thirdparty/utfcpp/tests\r
+\r
+# Set the install prefix\r
+if(NOT DEFINED CMAKE_INSTALL_PREFIX)\r
+ 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
+endif()\r
+string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")\r
+\r
+# Set the install configuration name.\r
+if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)\r
+ if(BUILD_TYPE)\r
+ string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""\r
+ CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")\r
+ else()\r
+ set(CMAKE_INSTALL_CONFIG_NAME "Release")\r
+ endif()\r
+ message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")\r
+endif()\r
+\r
+# Set the component getting installed.\r
+if(NOT CMAKE_INSTALL_COMPONENT)\r
+ if(COMPONENT)\r
+ message(STATUS "Install component: \"${COMPONENT}\"")\r
+ set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")\r
+ else()\r
+ set(CMAKE_INSTALL_COMPONENT)\r
+ endif()\r
+endif()\r
+\r
+# Is this installation the result of a crosscompile?\r
+if(NOT DEFINED CMAKE_CROSSCOMPILING)\r
+ set(CMAKE_CROSSCOMPILING "FALSE")\r
+endif()\r
+\r