1 # Install script for directory: C:/Users/Patrick/Documents/Studium/master/sem2/projekt/toc/antlr4-cpp-runtime-4.9.2-source
\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/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}/share/doc/libantlr4" TYPE FILE FILES
\r
37 "C:/Users/Patrick/Documents/Studium/master/sem2/projekt/toc/antlr4-cpp-runtime-4.9.2-source/README.md"
\r
38 "C:/Users/Patrick/Documents/Studium/master/sem2/projekt/toc/antlr4-cpp-runtime-4.9.2-source/VERSION"
\r
42 if(NOT CMAKE_INSTALL_LOCAL_ONLY)
\r
43 # Include the install script for each subdirectory.
\r
44 include("C:/Users/Patrick/Documents/Studium/master/sem2/projekt/toc/antlr4-cpp-runtime-4.9.2-source/build/runtime/cmake_install.cmake")
\r
48 if(CMAKE_INSTALL_COMPONENT)
\r
49 set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
\r
51 set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
\r
54 string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
\r
55 "${CMAKE_INSTALL_MANIFEST_FILES}")
\r
56 file(WRITE "C:/Users/Patrick/Documents/Studium/master/sem2/projekt/toc/antlr4-cpp-runtime-4.9.2-source/build/${CMAKE_INSTALL_MANIFEST}"
\r
57 "${CMAKE_INSTALL_MANIFEST_CONTENT}")
\r