diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 800b93425f36f..60a0b13747195 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -70,7 +70,6 @@ jobs: working-directory: ${{ github.workspace }}/build_windows_${{ matrix.arch }} shell: cmd run: | - del /F /Q CMakeCache.txt msbuild.exe -maxcpucount /t:Build /m /p:Configuration=${{ matrix.configuration }} /p:Platform=${{ env.PLATFORM }} /fl /flp:logfile=build-${{ matrix.arch }}.${{ matrix.configuration }}.log;verbosity=diagnostic grpc.sln diff --git a/build_windows_64/CPackConfig.cmake b/build_windows_64/CPackConfig.cmake index 9e0697e8343f4..3704a92184be6 100644 --- a/build_windows_64/CPackConfig.cmake +++ b/build_windows_64/CPackConfig.cmake @@ -9,6 +9,8 @@ # (e.g. CPACK_NSIS_EXTRA_INSTALL_COMMANDS). The generator specific variables # usually begin with CPACK__xxxx. +set(CPACK_BUILD_SOURCE "D:/a/grpc/grpc") +set(CPACK_BUILD_VS_CMAKE_SHARE "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.26") set(CPACK_BINARY_7Z "OFF") set(CPACK_BINARY_IFW "OFF") @@ -16,7 +18,7 @@ set(CPACK_BINARY_NSIS "ON") set(CPACK_BINARY_NUGET "OFF") set(CPACK_BINARY_WIX "OFF") set(CPACK_BINARY_ZIP "OFF") -set(CPACK_BUILD_SOURCE_DIRS "C:/work/projects/grpc;C:/work/projects/grpc/build_windows_64") +set(CPACK_BUILD_SOURCE_DIRS "${CPACK_BUILD_SOURCE};${CPACK_BUILD_SOURCE}/build_windows_64") set(CPACK_CMAKE_GENERATOR "Visual Studio 17 2022") set(CPACK_COMPONENTS_ALL "Devel;Library;Tools;Unspecified") set(CPACK_COMPONENT_Devel_DESCRIPTION "Development files for compiling against c-ares.") @@ -30,13 +32,13 @@ set(CPACK_COMPONENT_Tools_DISPLAY_NAME "c-ares Tools") set(CPACK_COMPONENT_Tools_REQUIRED "0") set(CPACK_COMPONENT_UNSPECIFIED_HIDDEN "TRUE") set(CPACK_COMPONENT_UNSPECIFIED_REQUIRED "TRUE") -set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_FILE "C:/Program Files/Microsoft Visual Studio/2022/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.24/Templates/CPack.GenericDescription.txt") +set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_FILE "${CPACK_BUILD_VS_CMAKE_SHARE}/Templates/CPack.GenericDescription.txt") set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_SUMMARY "grpc built using CMake") set(CPACK_DMG_SLA_USE_RESOURCE_FILE_LICENSE "ON") set(CPACK_GENERATOR "NSIS") -set(CPACK_INSTALL_CMAKE_PROJECTS "C:/work/projects/grpc/build_windows_64;grpc;ALL;/") +set(CPACK_INSTALL_CMAKE_PROJECTS "${CPACK_BUILD_SOURCE}/build_windows_64;grpc;ALL;/") set(CPACK_INSTALL_PREFIX "C:/Program Files/grpc") -set(CPACK_MODULE_PATH "C:/work/projects/grpc/cmake/modules") +set(CPACK_MODULE_PATH "${CPACK_BUILD_SOURCE}/cmake/modules") set(CPACK_NSIS_DISPLAY_NAME "c-ares") set(CPACK_NSIS_DISPLAY_NAME_SET "TRUE") set(CPACK_NSIS_ENABLE_UNINSTALL_BEFORE_INSTALL "ON") @@ -46,10 +48,10 @@ set(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES64") set(CPACK_NSIS_PACKAGE_NAME "c-ares") set(CPACK_NSIS_UNINSTALL_NAME "Uninstall") set(CPACK_NSIS_URL_INFO_ABOUT "https://c-ares.haxx.se/") -set(CPACK_OUTPUT_CONFIG_FILE "C:/work/projects/grpc/build_windows_64/CPackConfig.cmake") +set(CPACK_OUTPUT_CONFIG_FILE "${CPACK_BUILD_SOURCE}/build_windows_64/CPackConfig.cmake") set(CPACK_PACKAGE_CONTACT "https://c-ares.haxx.se/") set(CPACK_PACKAGE_DEFAULT_LOCATION "/") -set(CPACK_PACKAGE_DESCRIPTION_FILE "C:/Program Files/Microsoft Visual Studio/2022/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.24/Templates/CPack.GenericDescription.txt") +set(CPACK_PACKAGE_DESCRIPTION_FILE "${CPACK_BUILD_VS_CMAKE_SHARE}/Templates/CPack.GenericDescription.txt") set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "A C library for asynchronous DNS requests") set(CPACK_PACKAGE_FILE_NAME "c-ares-1.17.2-win64") set(CPACK_PACKAGE_HOMEPAGE_URL "https://c-ares.haxx.se/") @@ -62,13 +64,13 @@ set(CPACK_PACKAGE_VERSION "1.17.2") set(CPACK_PACKAGE_VERSION_MAJOR "1") set(CPACK_PACKAGE_VERSION_MINOR "17") set(CPACK_PACKAGE_VERSION_PATCH "2") -set(CPACK_RESOURCE_FILE_LICENSE "C:/work/projects/grpc/third_party/cares/cares/LICENSE.md") -set(CPACK_RESOURCE_FILE_README "C:/work/projects/grpc/third_party/cares/cares/README.md") -set(CPACK_RESOURCE_FILE_WELCOME "C:/Program Files/Microsoft Visual Studio/2022/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.24/Templates/CPack.GenericWelcome.txt") +set(CPACK_RESOURCE_FILE_LICENSE "${CPACK_BUILD_SOURCE}/third_party/cares/cares/LICENSE.md") +set(CPACK_RESOURCE_FILE_README "${CPACK_BUILD_SOURCE}/third_party/cares/cares/README.md") +set(CPACK_RESOURCE_FILE_WELCOME "${CPACK_BUILD_VS_CMAKE_SHARE}/Templates/CPack.GenericWelcome.txt") set(CPACK_SET_DESTDIR "OFF") set(CPACK_SOURCE_7Z "ON") set(CPACK_SOURCE_GENERATOR "7Z;ZIP") -set(CPACK_SOURCE_OUTPUT_CONFIG_FILE "C:/work/projects/grpc/build_windows_64/CPackSourceConfig.cmake") +set(CPACK_SOURCE_OUTPUT_CONFIG_FILE "${CPACK_BUILD_SOURCE}/build_windows_64/CPackSourceConfig.cmake") set(CPACK_SOURCE_ZIP "ON") set(CPACK_SYSTEM_NAME "win64") set(CPACK_THREADS "1") @@ -76,7 +78,7 @@ set(CPACK_TOPLEVEL_TAG "win64") set(CPACK_WIX_SIZEOF_VOID_P "8") if(NOT CPACK_PROPERTIES_FILE) - set(CPACK_PROPERTIES_FILE "C:/work/projects/grpc/build_windows_64/CPackProperties.cmake") + set(CPACK_PROPERTIES_FILE "${CPACK_BUILD_SOURCE}/build_windows_64/CPackProperties.cmake") endif() if(EXISTS ${CPACK_PROPERTIES_FILE}) diff --git a/build_windows_64/CPackSourceConfig.cmake b/build_windows_64/CPackSourceConfig.cmake index 33d9b7f49f1bd..bf22915770d6c 100644 --- a/build_windows_64/CPackSourceConfig.cmake +++ b/build_windows_64/CPackSourceConfig.cmake @@ -9,6 +9,8 @@ # (e.g. CPACK_NSIS_EXTRA_INSTALL_COMMANDS). The generator specific variables # usually begin with CPACK__xxxx. +set(CPACK_BUILD_SOURCE "D:/a/grpc/grpc") +set(CPACK_BUILD_VS_CMAKE_SHARE "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.26") set(CPACK_BINARY_7Z "OFF") set(CPACK_BINARY_IFW "OFF") @@ -16,7 +18,7 @@ set(CPACK_BINARY_NSIS "ON") set(CPACK_BINARY_NUGET "OFF") set(CPACK_BINARY_WIX "OFF") set(CPACK_BINARY_ZIP "OFF") -set(CPACK_BUILD_SOURCE_DIRS "C:/work/projects/grpc;C:/work/projects/grpc/build_windows_64") +set(CPACK_BUILD_SOURCE_DIRS "${CPACK_BUILD_SOURCE};${CPACK_BUILD_SOURCE}/build_windows_64") set(CPACK_CMAKE_GENERATOR "Visual Studio 17 2022") set(CPACK_COMPONENTS_ALL "Devel;Library;Tools;Unspecified") set(CPACK_COMPONENT_Devel_DESCRIPTION "Development files for compiling against c-ares.") @@ -30,7 +32,7 @@ set(CPACK_COMPONENT_Tools_DISPLAY_NAME "c-ares Tools") set(CPACK_COMPONENT_Tools_REQUIRED "0") set(CPACK_COMPONENT_UNSPECIFIED_HIDDEN "TRUE") set(CPACK_COMPONENT_UNSPECIFIED_REQUIRED "TRUE") -set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_FILE "C:/Program Files/Microsoft Visual Studio/2022/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.24/Templates/CPack.GenericDescription.txt") +set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_FILE "${CPACK_BUILD_VS_CMAKE_SHARE}/Templates/CPack.GenericDescription.txt") set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_SUMMARY "grpc built using CMake") set(CPACK_DMG_SLA_USE_RESOURCE_FILE_LICENSE "ON") set(CPACK_GENERATOR "7Z;ZIP") @@ -38,7 +40,7 @@ set(CPACK_IGNORE_FILES "/CVS/;/\\.svn/;/\\.bzr/;/\\.hg/;/\\.git/;\\.swp\$;\\.#;/ set(CPACK_INSTALLED_DIRECTORIES "C:/work/projects/grpc;/") set(CPACK_INSTALL_CMAKE_PROJECTS "") set(CPACK_INSTALL_PREFIX "C:/Program Files/grpc") -set(CPACK_MODULE_PATH "C:/work/projects/grpc/cmake/modules") +set(CPACK_MODULE_PATH "${CPACK_BUILD_SOURCE}/cmake/modules") set(CPACK_NSIS_DISPLAY_NAME "c-ares") set(CPACK_NSIS_DISPLAY_NAME_SET "TRUE") set(CPACK_NSIS_ENABLE_UNINSTALL_BEFORE_INSTALL "ON") @@ -48,10 +50,10 @@ set(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES64") set(CPACK_NSIS_PACKAGE_NAME "c-ares") set(CPACK_NSIS_UNINSTALL_NAME "Uninstall") set(CPACK_NSIS_URL_INFO_ABOUT "https://c-ares.haxx.se/") -set(CPACK_OUTPUT_CONFIG_FILE "C:/work/projects/grpc/build_windows_64/CPackConfig.cmake") +set(CPACK_OUTPUT_CONFIG_FILE "${CPACK_BUILD_SOURCE}/build_windows_64/CPackConfig.cmake") set(CPACK_PACKAGE_CONTACT "https://c-ares.haxx.se/") set(CPACK_PACKAGE_DEFAULT_LOCATION "/") -set(CPACK_PACKAGE_DESCRIPTION_FILE "C:/Program Files/Microsoft Visual Studio/2022/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.24/Templates/CPack.GenericDescription.txt") +set(CPACK_PACKAGE_DESCRIPTION_FILE "${CPACK_BUILD_VS_CMAKE_SHARE}/Templates/CPack.GenericDescription.txt") set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "A C library for asynchronous DNS requests") set(CPACK_PACKAGE_FILE_NAME "c-ares-1.17.2-Source") set(CPACK_PACKAGE_HOMEPAGE_URL "https://c-ares.haxx.se/") @@ -64,16 +66,16 @@ set(CPACK_PACKAGE_VERSION "1.17.2") set(CPACK_PACKAGE_VERSION_MAJOR "1") set(CPACK_PACKAGE_VERSION_MINOR "17") set(CPACK_PACKAGE_VERSION_PATCH "2") -set(CPACK_RESOURCE_FILE_LICENSE "C:/work/projects/grpc/third_party/cares/cares/LICENSE.md") -set(CPACK_RESOURCE_FILE_README "C:/work/projects/grpc/third_party/cares/cares/README.md") -set(CPACK_RESOURCE_FILE_WELCOME "C:/Program Files/Microsoft Visual Studio/2022/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.24/Templates/CPack.GenericWelcome.txt") +set(CPACK_RESOURCE_FILE_LICENSE "${CPACK_BUILD_SOURCE}/third_party/cares/cares/LICENSE.md") +set(CPACK_RESOURCE_FILE_README "${CPACK_BUILD_SOURCE}/third_party/cares/cares/README.md") +set(CPACK_RESOURCE_FILE_WELCOME "${CPACK_BUILD_VS_CMAKE_SHARE}/Templates/CPack.GenericWelcome.txt") set(CPACK_RPM_PACKAGE_SOURCES "ON") set(CPACK_SET_DESTDIR "OFF") set(CPACK_SOURCE_7Z "ON") set(CPACK_SOURCE_GENERATOR "7Z;ZIP") set(CPACK_SOURCE_IGNORE_FILES "/CVS/;/\\.svn/;/\\.bzr/;/\\.hg/;/\\.git/;\\.swp\$;\\.#;/#") set(CPACK_SOURCE_INSTALLED_DIRECTORIES "C:/work/projects/grpc;/") -set(CPACK_SOURCE_OUTPUT_CONFIG_FILE "C:/work/projects/grpc/build_windows_64/CPackSourceConfig.cmake") +set(CPACK_SOURCE_OUTPUT_CONFIG_FILE "${CPACK_BUILD_SOURCE}/build_windows_64/CPackSourceConfig.cmake") set(CPACK_SOURCE_PACKAGE_FILE_NAME "c-ares-1.17.2-Source") set(CPACK_SOURCE_TOPLEVEL_TAG "win64-Source") set(CPACK_SOURCE_ZIP "ON") @@ -84,7 +86,7 @@ set(CPACK_TOPLEVEL_TAG "win64-Source") set(CPACK_WIX_SIZEOF_VOID_P "8") if(NOT CPACK_PROPERTIES_FILE) - set(CPACK_PROPERTIES_FILE "C:/work/projects/grpc/build_windows_64/CPackProperties.cmake") + set(CPACK_PROPERTIES_FILE "${CPACK_BUILD_SOURCE}/build_windows_64/CPackProperties.cmake") endif() if(EXISTS ${CPACK_PROPERTIES_FILE}) diff --git a/build_windows_64/cmake_install.cmake b/build_windows_64/cmake_install.cmake index e3739a6891072..50a369bf8de58 100644 --- a/build_windows_64/cmake_install.cmake +++ b/build_windows_64/cmake_install.cmake @@ -1,5 +1,7 @@ # Install script for directory: C:/work/projects/grpc +set(CMAKE_INSTALL_SOURCE "D:/a/grpc/grpc") + # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) set(CMAKE_INSTALL_PREFIX "C:/Program Files/grpc") @@ -34,2561 +36,2561 @@ endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/third_party/cares/cares/lib/Debug/cares.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/third_party/cares/cares/lib/Debug/cares.lib") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/third_party/cares/cares/lib/Release/cares.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/third_party/cares/cares/lib/Release/cares.lib") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/third_party/cares/cares/lib/MinSizeRel/cares.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/third_party/cares/cares/lib/MinSizeRel/cares.lib") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/third_party/cares/cares/lib/RelWithDebInfo/cares.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/third_party/cares/cares/lib/RelWithDebInfo/cares.lib") endif() endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/third_party/re2/Debug/re2.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/third_party/re2/Debug/re2.lib") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/third_party/re2/Release/re2.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/third_party/re2/Release/re2.lib") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/third_party/re2/MinSizeRel/re2.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/third_party/re2/MinSizeRel/re2.lib") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/third_party/re2/RelWithDebInfo/re2.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/third_party/re2/RelWithDebInfo/re2.lib") endif() endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/third_party/boringssl-with-bazel/Debug/ssl.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/third_party/boringssl-with-bazel/Debug/ssl.lib") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/third_party/boringssl-with-bazel/Release/ssl.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/third_party/boringssl-with-bazel/Release/ssl.lib") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/third_party/boringssl-with-bazel/MinSizeRel/ssl.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/third_party/boringssl-with-bazel/MinSizeRel/ssl.lib") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/third_party/boringssl-with-bazel/RelWithDebInfo/ssl.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/third_party/boringssl-with-bazel/RelWithDebInfo/ssl.lib") endif() endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/third_party/boringssl-with-bazel/Debug/crypto.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/third_party/boringssl-with-bazel/Debug/crypto.lib") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/third_party/boringssl-with-bazel/Release/crypto.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/third_party/boringssl-with-bazel/Release/crypto.lib") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/third_party/boringssl-with-bazel/MinSizeRel/crypto.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/third_party/boringssl-with-bazel/MinSizeRel/crypto.lib") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/third_party/boringssl-with-bazel/RelWithDebInfo/crypto.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/third_party/boringssl-with-bazel/RelWithDebInfo/crypto.lib") endif() endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/third_party/zlib/Debug/zlibstaticd.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/third_party/zlib/Debug/zlibstaticd.lib") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/third_party/zlib/Release/zlibstatic.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/third_party/zlib/Release/zlibstatic.lib") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/third_party/zlib/MinSizeRel/zlibstatic.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/third_party/zlib/MinSizeRel/zlibstatic.lib") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/third_party/zlib/RelWithDebInfo/zlibstatic.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/third_party/zlib/RelWithDebInfo/zlibstatic.lib") endif() endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE FILE OPTIONAL FILES "C:/work/projects/grpc/build_windows_64/address_sorting.pdb") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE FILE OPTIONAL FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/address_sorting.pdb") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/Debug/address_sorting.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/Debug/address_sorting.lib") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/Release/address_sorting.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/Release/address_sorting.lib") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/MinSizeRel/address_sorting.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/MinSizeRel/address_sorting.lib") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/RelWithDebInfo/address_sorting.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/RelWithDebInfo/address_sorting.lib") endif() endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE FILE OPTIONAL FILES "C:/work/projects/grpc/build_windows_64/gpr.pdb") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE FILE OPTIONAL FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/gpr.pdb") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/atm.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/atm.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/atm_gcc_atomic.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/atm_gcc_atomic.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/atm_gcc_sync.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/atm_gcc_sync.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/atm_windows.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/atm_windows.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/fork.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/fork.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/gpr_slice.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/gpr_slice.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/gpr_types.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/gpr_types.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/log.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/log.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/port_platform.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/port_platform.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/sync.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/sync.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/sync_abseil.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/sync_abseil.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/sync_custom.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/sync_custom.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/sync_generic.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/sync_generic.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/sync_posix.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/sync_posix.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/sync_windows.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/sync_windows.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/support/alloc.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/support/alloc.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/support/atm.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/support/atm.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/support/atm_gcc_atomic.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/support/atm_gcc_atomic.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/support/atm_gcc_sync.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/support/atm_gcc_sync.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/support/atm_windows.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/support/atm_windows.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/support/cpu.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/support/cpu.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/support/log.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/support/log.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/support/log_windows.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/support/log_windows.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/support/port_platform.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/support/port_platform.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/support/string_util.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/support/string_util.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/support/sync.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/support/sync.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/support/sync_abseil.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/support/sync_abseil.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/support/sync_custom.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/support/sync_custom.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/support/sync_generic.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/support/sync_generic.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/support/sync_posix.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/support/sync_posix.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/support/sync_windows.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/support/sync_windows.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/support/thd_id.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/support/thd_id.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/support/time.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/support/time.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/Debug/gpr.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/Debug/gpr.lib") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/Release/gpr.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/Release/gpr.lib") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/MinSizeRel/gpr.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/MinSizeRel/gpr.lib") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/RelWithDebInfo/gpr.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/RelWithDebInfo/gpr.lib") endif() endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE FILE OPTIONAL FILES "C:/work/projects/grpc/build_windows_64/grpc.pdb") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE FILE OPTIONAL FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/grpc.pdb") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/byte_buffer.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/byte_buffer.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/byte_buffer_reader.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/byte_buffer_reader.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/census.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/census.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/compression.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/compression.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/event_engine" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/event_engine/endpoint_config.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/event_engine" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/event_engine/endpoint_config.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/event_engine" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/event_engine/event_engine.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/event_engine" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/event_engine/event_engine.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/event_engine/internal" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/event_engine/internal/memory_allocator_impl.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/event_engine/internal" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/event_engine/internal/memory_allocator_impl.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/event_engine" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/event_engine/memory_allocator.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/event_engine" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/event_engine/memory_allocator.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/event_engine" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/event_engine/memory_request.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/event_engine" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/event_engine/memory_request.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/event_engine" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/event_engine/port.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/event_engine" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/event_engine/port.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/event_engine" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/event_engine/slice.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/event_engine" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/event_engine/slice.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/event_engine" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/event_engine/slice_buffer.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/event_engine" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/event_engine/slice_buffer.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/fork.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/fork.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/grpc.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/grpc.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/grpc_posix.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/grpc_posix.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/grpc_security.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/grpc_security.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/grpc_security_constants.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/grpc_security_constants.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/atm.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/atm.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/atm_gcc_atomic.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/atm_gcc_atomic.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/atm_gcc_sync.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/atm_gcc_sync.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/atm_windows.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/atm_windows.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/byte_buffer.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/byte_buffer.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/byte_buffer_reader.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/byte_buffer_reader.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/compression_types.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/compression_types.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/connectivity_state.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/connectivity_state.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/fork.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/fork.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/gpr_slice.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/gpr_slice.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/gpr_types.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/gpr_types.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/grpc_types.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/grpc_types.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/log.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/log.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/port_platform.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/port_platform.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/propagation_bits.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/propagation_bits.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/slice.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/slice.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/status.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/status.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/sync.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/sync.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/sync_abseil.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/sync_abseil.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/sync_custom.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/sync_custom.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/sync_generic.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/sync_generic.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/sync_posix.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/sync_posix.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/sync_windows.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/sync_windows.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/load_reporting.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/load_reporting.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/slice.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/slice.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/slice_buffer.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/slice_buffer.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/status.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/status.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/support/alloc.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/support/alloc.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/support/atm_gcc_atomic.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/support/atm_gcc_atomic.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/support/atm_gcc_sync.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/support/atm_gcc_sync.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/support/atm_windows.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/support/atm_windows.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/support/cpu.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/support/cpu.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/support/log.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/support/log.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/support/log_windows.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/support/log_windows.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/support/port_platform.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/support/port_platform.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/support/string_util.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/support/string_util.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/support/sync.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/support/sync.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/support/sync_abseil.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/support/sync_abseil.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/support/sync_custom.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/support/sync_custom.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/support/sync_generic.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/support/sync_generic.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/support/sync_posix.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/support/sync_posix.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/support/sync_windows.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/support/sync_windows.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/support/thd_id.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/support/thd_id.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/support/time.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/support/time.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/support/workaround_list.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/support/workaround_list.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/Debug/grpc.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/Debug/grpc.lib") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/Release/grpc.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/Release/grpc.lib") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/MinSizeRel/grpc.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/MinSizeRel/grpc.lib") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/RelWithDebInfo/grpc.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/RelWithDebInfo/grpc.lib") endif() endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE FILE OPTIONAL FILES "C:/work/projects/grpc/build_windows_64/grpc_unsecure.pdb") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE FILE OPTIONAL FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/grpc_unsecure.pdb") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/byte_buffer.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/byte_buffer.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/byte_buffer_reader.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/byte_buffer_reader.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/census.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/census.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/compression.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/compression.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/event_engine" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/event_engine/endpoint_config.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/event_engine" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/event_engine/endpoint_config.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/event_engine" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/event_engine/event_engine.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/event_engine" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/event_engine/event_engine.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/event_engine/internal" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/event_engine/internal/memory_allocator_impl.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/event_engine/internal" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/event_engine/internal/memory_allocator_impl.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/event_engine" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/event_engine/memory_allocator.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/event_engine" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/event_engine/memory_allocator.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/event_engine" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/event_engine/memory_request.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/event_engine" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/event_engine/memory_request.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/event_engine" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/event_engine/port.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/event_engine" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/event_engine/port.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/event_engine" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/event_engine/slice.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/event_engine" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/event_engine/slice.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/event_engine" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/event_engine/slice_buffer.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/event_engine" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/event_engine/slice_buffer.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/fork.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/fork.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/grpc.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/grpc.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/grpc_posix.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/grpc_posix.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/grpc_security.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/grpc_security.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/grpc_security_constants.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/grpc_security_constants.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/atm.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/atm.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/atm_gcc_atomic.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/atm_gcc_atomic.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/atm_gcc_sync.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/atm_gcc_sync.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/atm_windows.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/atm_windows.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/byte_buffer.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/byte_buffer.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/byte_buffer_reader.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/byte_buffer_reader.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/compression_types.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/compression_types.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/connectivity_state.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/connectivity_state.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/fork.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/fork.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/gpr_slice.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/gpr_slice.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/gpr_types.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/gpr_types.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/grpc_types.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/grpc_types.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/log.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/log.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/port_platform.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/port_platform.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/propagation_bits.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/propagation_bits.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/slice.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/slice.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/status.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/status.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/sync.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/sync.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/sync_abseil.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/sync_abseil.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/sync_custom.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/sync_custom.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/sync_generic.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/sync_generic.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/sync_posix.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/sync_posix.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/impl/codegen/sync_windows.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/impl/codegen/sync_windows.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/load_reporting.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/load_reporting.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/slice.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/slice.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/slice_buffer.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/slice_buffer.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/status.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/status.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/support/alloc.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/support/alloc.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/support/atm_gcc_atomic.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/support/atm_gcc_atomic.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/support/atm_gcc_sync.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/support/atm_gcc_sync.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/support/atm_windows.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/support/atm_windows.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/support/cpu.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/support/cpu.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/support/log.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/support/log.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/support/log_windows.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/support/log_windows.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/support/port_platform.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/support/port_platform.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/support/string_util.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/support/string_util.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/support/sync.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/support/sync.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/support/sync_abseil.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/support/sync_abseil.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/support/sync_custom.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/support/sync_custom.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/support/sync_generic.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/support/sync_generic.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/support/sync_posix.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/support/sync_posix.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/support/sync_windows.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/support/sync_windows.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/support/thd_id.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/support/thd_id.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/support/time.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/support/time.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc/support/workaround_list.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc/support/workaround_list.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/Debug/grpc_unsecure.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/Debug/grpc_unsecure.lib") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/Release/grpc_unsecure.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/Release/grpc_unsecure.lib") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/MinSizeRel/grpc_unsecure.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/MinSizeRel/grpc_unsecure.lib") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/RelWithDebInfo/grpc_unsecure.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/RelWithDebInfo/grpc_unsecure.lib") endif() endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE FILE OPTIONAL FILES "C:/work/projects/grpc/build_windows_64/grpc++.pdb") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE FILE OPTIONAL FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/grpc++.pdb") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/alarm.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/alarm.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/channel.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/channel.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/client_context.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/client_context.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/completion_queue.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/completion_queue.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/create_channel.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/create_channel.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/create_channel_posix.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/create_channel_posix.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/ext" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/ext/health_check_service_server_builder_option.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/ext" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/ext/health_check_service_server_builder_option.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/generic" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/generic/async_generic_service.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/generic" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/generic/async_generic_service.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/generic" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/generic/generic_stub.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/generic" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/generic/generic_stub.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/grpc++.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/grpc++.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/health_check_service_interface.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/health_check_service_interface.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/call.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/call.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/channel_argument_option.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/channel_argument_option.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/client_unary_call.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/client_unary_call.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/async_stream.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/async_stream.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/async_unary_call.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/async_unary_call.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/byte_buffer.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/byte_buffer.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/call.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/call.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/call_hook.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/call_hook.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/channel_interface.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/channel_interface.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/client_context.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/client_context.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/client_unary_call.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/client_unary_call.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/completion_queue.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/completion_queue.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/completion_queue_tag.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/completion_queue_tag.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/config.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/config.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/config_protobuf.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/config_protobuf.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/core_codegen.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/core_codegen.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/core_codegen_interface.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/core_codegen_interface.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/create_auth_context.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/create_auth_context.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/grpc_library.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/grpc_library.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/metadata_map.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/metadata_map.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/method_handler_impl.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/method_handler_impl.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/proto_utils.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/proto_utils.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/rpc_method.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/rpc_method.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/rpc_service_method.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/rpc_service_method.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen/security" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/security/auth_context.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen/security" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/security/auth_context.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/serialization_traits.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/serialization_traits.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/server_context.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/server_context.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/server_interface.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/server_interface.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/service_type.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/service_type.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/slice.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/slice.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/status.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/status.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/status_code_enum.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/status_code_enum.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/string_ref.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/string_ref.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/stub_options.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/stub_options.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/sync_stream.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/sync_stream.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/time.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/time.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/grpc_library.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/grpc_library.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/method_handler_impl.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/method_handler_impl.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/rpc_method.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/rpc_method.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/rpc_service_method.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/rpc_service_method.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/serialization_traits.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/serialization_traits.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/server_builder_option.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/server_builder_option.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/server_builder_plugin.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/server_builder_plugin.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/server_initializer.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/server_initializer.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/service_type.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/service_type.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/resource_quota.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/resource_quota.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/security" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/security/auth_context.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/security" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/security/auth_context.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/security" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/security/auth_metadata_processor.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/security" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/security/auth_metadata_processor.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/security" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/security/credentials.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/security" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/security/credentials.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/security" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/security/server_credentials.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/security" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/security/server_credentials.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/server.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/server.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/server_builder.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/server_builder.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/server_context.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/server_context.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/server_posix.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/server_posix.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/support/async_stream.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/support/async_stream.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/support/async_unary_call.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/support/async_unary_call.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/support/byte_buffer.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/support/byte_buffer.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/support/channel_arguments.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/support/channel_arguments.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/support/config.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/support/config.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/support/slice.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/support/slice.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/support/status.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/support/status.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/support/status_code_enum.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/support/status_code_enum.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/support/string_ref.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/support/string_ref.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/support/stub_options.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/support/stub_options.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/support/sync_stream.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/support/sync_stream.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/support/time.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/support/time.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/alarm.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/alarm.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/channel.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/channel.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/client_context.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/client_context.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/completion_queue.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/completion_queue.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/create_channel.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/create_channel.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/create_channel_binder.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/create_channel_binder.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/create_channel_posix.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/create_channel_posix.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/ext" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/ext/call_metric_recorder.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/ext" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/ext/call_metric_recorder.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/ext" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/ext/health_check_service_server_builder_option.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/ext" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/ext/health_check_service_server_builder_option.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/generic" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/generic/async_generic_service.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/generic" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/generic/async_generic_service.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/generic" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/generic/generic_stub.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/generic" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/generic/generic_stub.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/grpcpp.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/grpcpp.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/health_check_service_interface.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/health_check_service_interface.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/call.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/call.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/call_hook.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/call_hook.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/call_op_set.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/call_op_set.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/call_op_set_interface.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/call_op_set_interface.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/channel_argument_option.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/channel_argument_option.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/channel_interface.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/channel_interface.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/client_unary_call.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/client_unary_call.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/async_generic_service.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/async_generic_service.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/async_stream.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/async_stream.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/async_unary_call.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/async_unary_call.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/byte_buffer.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/byte_buffer.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/call.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/call.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/call_hook.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/call_hook.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/call_op_set.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/call_op_set.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/call_op_set_interface.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/call_op_set_interface.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/callback_common.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/callback_common.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/channel_interface.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/channel_interface.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/client_callback.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/client_callback.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/client_context.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/client_context.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/client_interceptor.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/client_interceptor.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/client_unary_call.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/client_unary_call.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/completion_queue.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/completion_queue.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/completion_queue_tag.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/completion_queue_tag.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/config.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/config.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/config_protobuf.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/config_protobuf.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/core_codegen.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/core_codegen.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/core_codegen_interface.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/core_codegen_interface.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/create_auth_context.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/create_auth_context.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/delegating_channel.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/delegating_channel.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/grpc_library.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/grpc_library.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/intercepted_channel.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/intercepted_channel.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/interceptor.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/interceptor.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/interceptor_common.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/interceptor_common.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/message_allocator.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/message_allocator.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/metadata_map.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/metadata_map.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/method_handler.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/method_handler.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/method_handler_impl.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/method_handler_impl.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/proto_buffer_reader.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/proto_buffer_reader.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/proto_buffer_writer.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/proto_buffer_writer.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/proto_utils.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/proto_utils.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/rpc_method.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/rpc_method.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/rpc_service_method.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/rpc_service_method.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen/security" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/security/auth_context.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen/security" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/security/auth_context.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/serialization_traits.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/serialization_traits.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/server_callback.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/server_callback.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/server_callback_handlers.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/server_callback_handlers.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/server_context.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/server_context.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/server_interceptor.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/server_interceptor.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/server_interface.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/server_interface.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/service_type.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/service_type.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/slice.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/slice.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/status.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/status.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/status_code_enum.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/status_code_enum.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/string_ref.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/string_ref.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/stub_options.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/stub_options.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/sync.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/sync.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/sync_stream.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/sync_stream.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/time.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/time.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/grpc_library.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/grpc_library.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/method_handler_impl.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/method_handler_impl.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/rpc_method.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/rpc_method.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/rpc_service_method.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/rpc_service_method.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/serialization_traits.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/serialization_traits.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/server_builder_option.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/server_builder_option.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/server_builder_plugin.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/server_builder_plugin.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/server_initializer.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/server_initializer.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/service_type.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/service_type.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/resource_quota.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/resource_quota.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/security" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/security/auth_context.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/security" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/security/auth_context.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/security" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/security/auth_metadata_processor.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/security" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/security/auth_metadata_processor.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/security" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/security/authorization_policy_provider.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/security" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/security/authorization_policy_provider.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/security" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/security/binder_credentials.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/security" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/security/binder_credentials.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/security" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/security/binder_security_policy.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/security" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/security/binder_security_policy.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/security" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/security/credentials.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/security" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/security/credentials.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/security" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/security/server_credentials.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/security" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/security/server_credentials.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/security" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/security/tls_certificate_provider.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/security" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/security/tls_certificate_provider.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/security" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/security/tls_certificate_verifier.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/security" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/security/tls_certificate_verifier.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/security" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/security/tls_credentials_options.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/security" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/security/tls_credentials_options.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/server.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/server.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/server_builder.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/server_builder.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/server_context.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/server_context.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/server_posix.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/server_posix.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/support/async_stream.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/support/async_stream.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/support/async_unary_call.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/support/async_unary_call.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/support/byte_buffer.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/support/byte_buffer.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/support/callback_common.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/support/callback_common.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/support/channel_arguments.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/support/channel_arguments.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/support/client_callback.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/support/client_callback.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/support/client_interceptor.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/support/client_interceptor.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/support/config.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/support/config.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/support/interceptor.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/support/interceptor.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/support/message_allocator.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/support/message_allocator.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/support/method_handler.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/support/method_handler.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/support/proto_buffer_reader.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/support/proto_buffer_reader.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/support/proto_buffer_writer.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/support/proto_buffer_writer.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/support/server_callback.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/support/server_callback.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/support/server_interceptor.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/support/server_interceptor.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/support/slice.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/support/slice.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/support/status.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/support/status.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/support/status_code_enum.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/support/status_code_enum.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/support/string_ref.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/support/string_ref.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/support/stub_options.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/support/stub_options.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/support/sync_stream.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/support/sync_stream.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/support/time.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/support/time.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/support/validate_service_config.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/support/validate_service_config.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/version_info.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/version_info.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/xds_server_builder.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/xds_server_builder.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/Debug/grpc++.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/Debug/grpc++.lib") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/Release/grpc++.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/Release/grpc++.lib") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/MinSizeRel/grpc++.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/MinSizeRel/grpc++.lib") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/RelWithDebInfo/grpc++.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/RelWithDebInfo/grpc++.lib") endif() endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE FILE OPTIONAL FILES "C:/work/projects/grpc/build_windows_64/grpc++_alts.pdb") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE FILE OPTIONAL FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/grpc++_alts.pdb") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/security" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/security/alts_context.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/security" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/security/alts_context.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/security" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/security/alts_util.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/security" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/security/alts_util.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/Debug/grpc++_alts.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/Debug/grpc++_alts.lib") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/Release/grpc++_alts.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/Release/grpc++_alts.lib") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/MinSizeRel/grpc++_alts.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/MinSizeRel/grpc++_alts.lib") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/RelWithDebInfo/grpc++_alts.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/RelWithDebInfo/grpc++_alts.lib") endif() endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE FILE OPTIONAL FILES "C:/work/projects/grpc/build_windows_64/grpc++_error_details.pdb") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE FILE OPTIONAL FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/grpc++_error_details.pdb") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/support/error_details.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/support/error_details.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/support/error_details.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/support/error_details.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/Debug/grpc++_error_details.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/Debug/grpc++_error_details.lib") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/Release/grpc++_error_details.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/Release/grpc++_error_details.lib") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/MinSizeRel/grpc++_error_details.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/MinSizeRel/grpc++_error_details.lib") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/RelWithDebInfo/grpc++_error_details.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/RelWithDebInfo/grpc++_error_details.lib") endif() endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE FILE OPTIONAL FILES "C:/work/projects/grpc/build_windows_64/grpc++_reflection.pdb") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE FILE OPTIONAL FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/grpc++_reflection.pdb") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/ext" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/ext/proto_server_reflection_plugin.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/ext" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/ext/proto_server_reflection_plugin.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/ext" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/ext/proto_server_reflection_plugin.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/ext" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/ext/proto_server_reflection_plugin.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/Debug/grpc++_reflection.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/Debug/grpc++_reflection.lib") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/Release/grpc++_reflection.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/Release/grpc++_reflection.lib") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/MinSizeRel/grpc++_reflection.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/MinSizeRel/grpc++_reflection.lib") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/RelWithDebInfo/grpc++_reflection.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/RelWithDebInfo/grpc++_reflection.lib") endif() endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE FILE OPTIONAL FILES "C:/work/projects/grpc/build_windows_64/grpc++_unsecure.pdb") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE FILE OPTIONAL FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/grpc++_unsecure.pdb") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/alarm.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/alarm.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/channel.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/channel.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/client_context.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/client_context.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/completion_queue.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/completion_queue.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/create_channel.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/create_channel.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/create_channel_posix.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/create_channel_posix.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/ext" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/ext/health_check_service_server_builder_option.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/ext" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/ext/health_check_service_server_builder_option.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/generic" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/generic/async_generic_service.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/generic" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/generic/async_generic_service.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/generic" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/generic/generic_stub.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/generic" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/generic/generic_stub.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/grpc++.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/grpc++.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/health_check_service_interface.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/health_check_service_interface.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/call.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/call.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/channel_argument_option.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/channel_argument_option.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/client_unary_call.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/client_unary_call.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/async_stream.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/async_stream.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/async_unary_call.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/async_unary_call.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/byte_buffer.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/byte_buffer.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/call.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/call.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/call_hook.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/call_hook.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/channel_interface.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/channel_interface.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/client_context.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/client_context.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/client_unary_call.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/client_unary_call.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/completion_queue.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/completion_queue.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/completion_queue_tag.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/completion_queue_tag.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/config.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/config.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/config_protobuf.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/config_protobuf.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/core_codegen.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/core_codegen.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/core_codegen_interface.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/core_codegen_interface.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/create_auth_context.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/create_auth_context.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/grpc_library.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/grpc_library.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/metadata_map.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/metadata_map.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/method_handler_impl.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/method_handler_impl.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/proto_utils.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/proto_utils.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/rpc_method.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/rpc_method.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/rpc_service_method.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/rpc_service_method.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen/security" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/security/auth_context.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen/security" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/security/auth_context.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/serialization_traits.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/serialization_traits.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/server_context.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/server_context.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/server_interface.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/server_interface.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/service_type.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/service_type.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/slice.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/slice.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/status.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/status.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/status_code_enum.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/status_code_enum.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/string_ref.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/string_ref.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/stub_options.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/stub_options.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/sync_stream.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/sync_stream.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/time.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/time.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/grpc_library.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/grpc_library.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/method_handler_impl.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/method_handler_impl.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/rpc_method.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/rpc_method.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/rpc_service_method.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/rpc_service_method.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/serialization_traits.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/serialization_traits.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/server_builder_option.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/server_builder_option.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/server_builder_plugin.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/server_builder_plugin.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/server_initializer.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/server_initializer.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/service_type.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/service_type.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/resource_quota.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/resource_quota.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/security" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/security/auth_context.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/security" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/security/auth_context.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/security" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/security/auth_metadata_processor.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/security" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/security/auth_metadata_processor.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/security" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/security/credentials.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/security" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/security/credentials.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/security" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/security/server_credentials.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/security" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/security/server_credentials.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/server.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/server.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/server_builder.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/server_builder.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/server_context.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/server_context.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/server_posix.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/server_posix.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/support/async_stream.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/support/async_stream.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/support/async_unary_call.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/support/async_unary_call.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/support/byte_buffer.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/support/byte_buffer.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/support/channel_arguments.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/support/channel_arguments.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/support/config.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/support/config.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/support/slice.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/support/slice.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/support/status.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/support/status.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/support/status_code_enum.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/support/status_code_enum.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/support/string_ref.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/support/string_ref.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/support/stub_options.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/support/stub_options.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/support/sync_stream.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/support/sync_stream.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/support/time.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/support/time.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/alarm.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/alarm.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/channel.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/channel.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/client_context.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/client_context.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/completion_queue.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/completion_queue.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/create_channel.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/create_channel.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/create_channel_posix.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/create_channel_posix.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/ext" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/ext/call_metric_recorder.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/ext" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/ext/call_metric_recorder.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/ext" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/ext/health_check_service_server_builder_option.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/ext" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/ext/health_check_service_server_builder_option.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/generic" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/generic/async_generic_service.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/generic" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/generic/async_generic_service.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/generic" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/generic/generic_stub.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/generic" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/generic/generic_stub.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/grpcpp.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/grpcpp.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/health_check_service_interface.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/health_check_service_interface.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/call.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/call.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/call_hook.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/call_hook.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/call_op_set.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/call_op_set.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/call_op_set_interface.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/call_op_set_interface.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/channel_argument_option.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/channel_argument_option.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/channel_interface.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/channel_interface.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/client_unary_call.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/client_unary_call.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/async_generic_service.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/async_generic_service.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/async_stream.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/async_stream.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/async_unary_call.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/async_unary_call.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/byte_buffer.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/byte_buffer.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/call.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/call.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/call_hook.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/call_hook.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/call_op_set.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/call_op_set.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/call_op_set_interface.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/call_op_set_interface.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/callback_common.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/callback_common.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/channel_interface.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/channel_interface.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/client_callback.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/client_callback.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/client_context.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/client_context.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/client_interceptor.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/client_interceptor.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/client_unary_call.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/client_unary_call.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/completion_queue.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/completion_queue.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/completion_queue_tag.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/completion_queue_tag.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/config.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/config.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/config_protobuf.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/config_protobuf.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/core_codegen.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/core_codegen.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/core_codegen_interface.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/core_codegen_interface.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/create_auth_context.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/create_auth_context.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/delegating_channel.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/delegating_channel.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/grpc_library.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/grpc_library.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/intercepted_channel.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/intercepted_channel.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/interceptor.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/interceptor.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/interceptor_common.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/interceptor_common.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/message_allocator.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/message_allocator.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/metadata_map.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/metadata_map.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/method_handler.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/method_handler.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/method_handler_impl.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/method_handler_impl.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/proto_buffer_reader.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/proto_buffer_reader.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/proto_buffer_writer.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/proto_buffer_writer.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/proto_utils.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/proto_utils.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/rpc_method.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/rpc_method.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/rpc_service_method.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/rpc_service_method.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen/security" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/security/auth_context.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen/security" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/security/auth_context.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/serialization_traits.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/serialization_traits.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/server_callback.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/server_callback.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/server_callback_handlers.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/server_callback_handlers.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/server_context.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/server_context.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/server_interceptor.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/server_interceptor.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/server_interface.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/server_interface.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/service_type.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/service_type.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/slice.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/slice.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/status.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/status.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/status_code_enum.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/status_code_enum.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/string_ref.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/string_ref.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/stub_options.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/stub_options.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/sync.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/sync.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/sync_stream.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/sync_stream.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/time.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/time.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/grpc_library.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/grpc_library.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/method_handler_impl.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/method_handler_impl.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/rpc_method.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/rpc_method.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/rpc_service_method.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/rpc_service_method.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/serialization_traits.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/serialization_traits.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/server_builder_option.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/server_builder_option.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/server_builder_plugin.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/server_builder_plugin.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/server_initializer.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/server_initializer.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/service_type.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/service_type.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/resource_quota.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/resource_quota.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/security" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/security/auth_context.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/security" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/security/auth_context.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/security" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/security/auth_metadata_processor.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/security" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/security/auth_metadata_processor.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/security" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/security/authorization_policy_provider.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/security" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/security/authorization_policy_provider.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/security" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/security/credentials.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/security" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/security/credentials.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/security" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/security/server_credentials.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/security" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/security/server_credentials.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/security" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/security/tls_certificate_provider.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/security" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/security/tls_certificate_provider.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/security" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/security/tls_certificate_verifier.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/security" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/security/tls_certificate_verifier.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/security" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/security/tls_credentials_options.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/security" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/security/tls_credentials_options.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/server.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/server.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/server_builder.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/server_builder.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/server_context.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/server_context.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/server_posix.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/server_posix.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/support/async_stream.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/support/async_stream.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/support/async_unary_call.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/support/async_unary_call.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/support/byte_buffer.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/support/byte_buffer.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/support/callback_common.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/support/callback_common.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/support/channel_arguments.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/support/channel_arguments.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/support/client_callback.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/support/client_callback.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/support/client_interceptor.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/support/client_interceptor.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/support/config.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/support/config.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/support/interceptor.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/support/interceptor.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/support/message_allocator.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/support/message_allocator.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/support/method_handler.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/support/method_handler.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/support/proto_buffer_reader.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/support/proto_buffer_reader.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/support/proto_buffer_writer.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/support/proto_buffer_writer.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/support/server_callback.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/support/server_callback.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/support/server_interceptor.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/support/server_interceptor.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/support/slice.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/support/slice.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/support/status.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/support/status.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/support/status_code_enum.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/support/status_code_enum.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/support/string_ref.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/support/string_ref.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/support/stub_options.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/support/stub_options.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/support/sync_stream.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/support/sync_stream.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/support/time.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/support/time.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/support/validate_service_config.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/support" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/support/validate_service_config.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/version_info.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/version_info.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/Debug/grpc++_unsecure.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/Debug/grpc++_unsecure.lib") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/Release/grpc++_unsecure.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/Release/grpc++_unsecure.lib") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/MinSizeRel/grpc++_unsecure.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/MinSizeRel/grpc++_unsecure.lib") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/RelWithDebInfo/grpc++_unsecure.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/RelWithDebInfo/grpc++_unsecure.lib") endif() endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE FILE OPTIONAL FILES "C:/work/projects/grpc/build_windows_64/grpc_plugin_support.pdb") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE FILE OPTIONAL FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/grpc_plugin_support.pdb") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpc++/impl/codegen/config_protobuf.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpc++/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpc++/impl/codegen/config_protobuf.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/impl/codegen/config_protobuf.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/impl/codegen" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/impl/codegen/config_protobuf.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/Debug/grpc_plugin_support.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/Debug/grpc_plugin_support.lib") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/Release/grpc_plugin_support.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/Release/grpc_plugin_support.lib") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/MinSizeRel/grpc_plugin_support.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/MinSizeRel/grpc_plugin_support.lib") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/RelWithDebInfo/grpc_plugin_support.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/RelWithDebInfo/grpc_plugin_support.lib") endif() endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE FILE OPTIONAL FILES "C:/work/projects/grpc/build_windows_64/grpcpp_channelz.pdb") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE FILE OPTIONAL FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/grpcpp_channelz.pdb") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/ext" TYPE FILE FILES "C:/work/projects/grpc/include/grpcpp/ext/channelz_service_plugin.h") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/grpcpp/ext" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/include/grpcpp/ext/channelz_service_plugin.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/Debug/grpcpp_channelz.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/Debug/grpcpp_channelz.lib") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/Release/grpcpp_channelz.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/Release/grpcpp_channelz.lib") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/MinSizeRel/grpcpp_channelz.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/MinSizeRel/grpcpp_channelz.lib") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/RelWithDebInfo/grpcpp_channelz.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/RelWithDebInfo/grpcpp_channelz.lib") endif() endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE FILE OPTIONAL FILES "C:/work/projects/grpc/build_windows_64/upb.pdb") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE FILE OPTIONAL FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/upb.pdb") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/Debug/upb.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/Debug/upb.lib") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/Release/upb.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/Release/upb.lib") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/MinSizeRel/upb.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/MinSizeRel/upb.lib") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/work/projects/grpc/build_windows_64/RelWithDebInfo/upb.lib") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/RelWithDebInfo/upb.lib") endif() endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "C:/work/projects/grpc/build_windows_64/Debug/grpc_cpp_plugin.exe") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/Debug/grpc_cpp_plugin.exe") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "C:/work/projects/grpc/build_windows_64/Release/grpc_cpp_plugin.exe") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/Release/grpc_cpp_plugin.exe") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "C:/work/projects/grpc/build_windows_64/MinSizeRel/grpc_cpp_plugin.exe") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/MinSizeRel/grpc_cpp_plugin.exe") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "C:/work/projects/grpc/build_windows_64/RelWithDebInfo/grpc_cpp_plugin.exe") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/RelWithDebInfo/grpc_cpp_plugin.exe") endif() endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "C:/work/projects/grpc/build_windows_64/Debug/grpc_csharp_plugin.exe") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/Debug/grpc_csharp_plugin.exe") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "C:/work/projects/grpc/build_windows_64/Release/grpc_csharp_plugin.exe") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/Release/grpc_csharp_plugin.exe") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "C:/work/projects/grpc/build_windows_64/MinSizeRel/grpc_csharp_plugin.exe") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/MinSizeRel/grpc_csharp_plugin.exe") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "C:/work/projects/grpc/build_windows_64/RelWithDebInfo/grpc_csharp_plugin.exe") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/RelWithDebInfo/grpc_csharp_plugin.exe") endif() endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "C:/work/projects/grpc/build_windows_64/Debug/grpc_node_plugin.exe") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/Debug/grpc_node_plugin.exe") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "C:/work/projects/grpc/build_windows_64/Release/grpc_node_plugin.exe") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/Release/grpc_node_plugin.exe") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "C:/work/projects/grpc/build_windows_64/MinSizeRel/grpc_node_plugin.exe") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/MinSizeRel/grpc_node_plugin.exe") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "C:/work/projects/grpc/build_windows_64/RelWithDebInfo/grpc_node_plugin.exe") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/RelWithDebInfo/grpc_node_plugin.exe") endif() endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "C:/work/projects/grpc/build_windows_64/Debug/grpc_objective_c_plugin.exe") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/Debug/grpc_objective_c_plugin.exe") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "C:/work/projects/grpc/build_windows_64/Release/grpc_objective_c_plugin.exe") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/Release/grpc_objective_c_plugin.exe") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "C:/work/projects/grpc/build_windows_64/MinSizeRel/grpc_objective_c_plugin.exe") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/MinSizeRel/grpc_objective_c_plugin.exe") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "C:/work/projects/grpc/build_windows_64/RelWithDebInfo/grpc_objective_c_plugin.exe") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/RelWithDebInfo/grpc_objective_c_plugin.exe") endif() endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "C:/work/projects/grpc/build_windows_64/Debug/grpc_php_plugin.exe") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/Debug/grpc_php_plugin.exe") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "C:/work/projects/grpc/build_windows_64/Release/grpc_php_plugin.exe") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/Release/grpc_php_plugin.exe") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "C:/work/projects/grpc/build_windows_64/MinSizeRel/grpc_php_plugin.exe") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/MinSizeRel/grpc_php_plugin.exe") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "C:/work/projects/grpc/build_windows_64/RelWithDebInfo/grpc_php_plugin.exe") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/RelWithDebInfo/grpc_php_plugin.exe") endif() endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "C:/work/projects/grpc/build_windows_64/Debug/grpc_python_plugin.exe") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/Debug/grpc_python_plugin.exe") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "C:/work/projects/grpc/build_windows_64/Release/grpc_python_plugin.exe") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/Release/grpc_python_plugin.exe") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "C:/work/projects/grpc/build_windows_64/MinSizeRel/grpc_python_plugin.exe") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/MinSizeRel/grpc_python_plugin.exe") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "C:/work/projects/grpc/build_windows_64/RelWithDebInfo/grpc_python_plugin.exe") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/RelWithDebInfo/grpc_python_plugin.exe") endif() endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "C:/work/projects/grpc/build_windows_64/Debug/grpc_ruby_plugin.exe") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/Debug/grpc_ruby_plugin.exe") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "C:/work/projects/grpc/build_windows_64/Release/grpc_ruby_plugin.exe") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/Release/grpc_ruby_plugin.exe") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "C:/work/projects/grpc/build_windows_64/MinSizeRel/grpc_ruby_plugin.exe") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/MinSizeRel/grpc_ruby_plugin.exe") elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "C:/work/projects/grpc/build_windows_64/RelWithDebInfo/grpc_ruby_plugin.exe") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/RelWithDebInfo/grpc_ruby_plugin.exe") endif() endif() @@ -2596,7 +2598,7 @@ if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/grpc/gRPCTargets.cmake") file(DIFFERENT _cmake_export_file_changed FILES "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/grpc/gRPCTargets.cmake" - "C:/work/projects/grpc/build_windows_64/CMakeFiles/Export/eda56219a1869837e3675329c413de8e/gRPCTargets.cmake") + "${CMAKE_INSTALL_SOURCE}/build_windows_64/CMakeFiles/Export/eda56219a1869837e3675329c413de8e/gRPCTargets.cmake") if(_cmake_export_file_changed) file(GLOB _cmake_old_config_files "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/grpc/gRPCTargets-*.cmake") if(_cmake_old_config_files) @@ -2609,67 +2611,67 @@ if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT endif() unset(_cmake_export_file_changed) endif() - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/grpc" TYPE FILE FILES "C:/work/projects/grpc/build_windows_64/CMakeFiles/Export/eda56219a1869837e3675329c413de8e/gRPCTargets.cmake") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/grpc" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/CMakeFiles/Export/eda56219a1869837e3675329c413de8e/gRPCTargets.cmake") if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/grpc" TYPE FILE FILES "C:/work/projects/grpc/build_windows_64/CMakeFiles/Export/eda56219a1869837e3675329c413de8e/gRPCTargets-debug.cmake") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/grpc" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/CMakeFiles/Export/eda56219a1869837e3675329c413de8e/gRPCTargets-debug.cmake") endif() if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/grpc" TYPE FILE FILES "C:/work/projects/grpc/build_windows_64/CMakeFiles/Export/eda56219a1869837e3675329c413de8e/gRPCTargets-minsizerel.cmake") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/grpc" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/CMakeFiles/Export/eda56219a1869837e3675329c413de8e/gRPCTargets-minsizerel.cmake") endif() if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/grpc" TYPE FILE FILES "C:/work/projects/grpc/build_windows_64/CMakeFiles/Export/eda56219a1869837e3675329c413de8e/gRPCTargets-relwithdebinfo.cmake") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/grpc" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/CMakeFiles/Export/eda56219a1869837e3675329c413de8e/gRPCTargets-relwithdebinfo.cmake") endif() if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/grpc" TYPE FILE FILES "C:/work/projects/grpc/build_windows_64/CMakeFiles/Export/eda56219a1869837e3675329c413de8e/gRPCTargets-release.cmake") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/grpc" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/CMakeFiles/Export/eda56219a1869837e3675329c413de8e/gRPCTargets-release.cmake") endif() endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/grpc" TYPE FILE FILES - "C:/work/projects/grpc/build_windows_64/gRPCConfig.cmake" - "C:/work/projects/grpc/build_windows_64/gRPCConfigVersion.cmake" + "${CMAKE_INSTALL_SOURCE}/build_windows_64/gRPCConfig.cmake" + "${CMAKE_INSTALL_SOURCE}/build_windows_64/gRPCConfigVersion.cmake" ) endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/grpc/modules" TYPE FILE FILES - "C:/work/projects/grpc/cmake/modules/Findc-ares.cmake" - "C:/work/projects/grpc/cmake/modules/Findre2.cmake" + "${CMAKE_INSTALL_SOURCE}/cmake/modules/Findc-ares.cmake" + "${CMAKE_INSTALL_SOURCE}/cmake/modules/Findre2.cmake" ) endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/grpc" TYPE FILE FILES "C:/work/projects/grpc/etc/roots.pem") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/grpc" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/etc/roots.pem") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "C:/work/projects/grpc/build_windows_64/libs/opt/pkgconfig/gpr.pc") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/libs/opt/pkgconfig/gpr.pc") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "C:/work/projects/grpc/build_windows_64/libs/opt/pkgconfig/grpc.pc") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/libs/opt/pkgconfig/grpc.pc") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "C:/work/projects/grpc/build_windows_64/libs/opt/pkgconfig/grpc_unsecure.pc") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/libs/opt/pkgconfig/grpc_unsecure.pc") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "C:/work/projects/grpc/build_windows_64/libs/opt/pkgconfig/grpc++.pc") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/libs/opt/pkgconfig/grpc++.pc") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "C:/work/projects/grpc/build_windows_64/libs/opt/pkgconfig/grpc++_unsecure.pc") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "${CMAKE_INSTALL_SOURCE}/build_windows_64/libs/opt/pkgconfig/grpc++_unsecure.pc") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for each subdirectory. - include("C:/work/projects/grpc/build_windows_64/third_party/abseil-cpp/cmake_install.cmake") - include("C:/work/projects/grpc/build_windows_64/third_party/cares/cares/cmake_install.cmake") - include("C:/work/projects/grpc/build_windows_64/third_party/protobuf/cmake_install.cmake") - include("C:/work/projects/grpc/build_windows_64/third_party/re2/cmake_install.cmake") - include("C:/work/projects/grpc/build_windows_64/third_party/boringssl-with-bazel/cmake_install.cmake") - include("C:/work/projects/grpc/build_windows_64/third_party/zlib/cmake_install.cmake") + include("${CMAKE_INSTALL_SOURCE}/build_windows_64/third_party/abseil-cpp/cmake_install.cmake") + include("${CMAKE_INSTALL_SOURCE}/build_windows_64/third_party/cares/cares/cmake_install.cmake") + include("${CMAKE_INSTALL_SOURCE}/build_windows_64/third_party/protobuf/cmake_install.cmake") + include("${CMAKE_INSTALL_SOURCE}/build_windows_64/third_party/re2/cmake_install.cmake") + include("${CMAKE_INSTALL_SOURCE}/build_windows_64/third_party/boringssl-with-bazel/cmake_install.cmake") + include("${CMAKE_INSTALL_SOURCE}/build_windows_64/third_party/zlib/cmake_install.cmake") endif() @@ -2681,5 +2683,5 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") -file(WRITE "C:/work/projects/grpc/build_windows_64/${CMAKE_INSTALL_MANIFEST}" +file(WRITE "${CMAKE_INSTALL_SOURCE}/build_windows_64/${CMAKE_INSTALL_MANIFEST}" "${CMAKE_INSTALL_MANIFEST_CONTENT}")