# Install script for directory: E:/project/CppProject/IPBS_NSSM/SDK/Depend/portaudio # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/IPBS_NSSM") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") # Set the install configuration name. if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) if(BUILD_TYPE) string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") else() set(CMAKE_INSTALL_CONFIG_NAME "Debug") endif() message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") endif() # Set the component getting installed. if(NOT CMAKE_INSTALL_COMPONENT) if(COMPONENT) message(STATUS "Install component: \"${COMPONENT}\"") set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") else() set(CMAKE_INSTALL_COMPONENT) endif() endif() # Is this installation the result of a crosscompile? if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "FALSE") endif() # Set default install directory permissions. if(NOT DEFINED CMAKE_OBJDUMP) set(CMAKE_OBJDUMP "C:/Users/Administrator/AppData/Local/Programs/CLion/bin/mingw/bin/objdump.exe") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/doc/PortAudio/portaudio" TYPE FILE FILES "E:/project/CppProject/IPBS_NSSM/SDK/Depend/portaudio/README.md") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/doc/PortAudio/portaudio" TYPE FILE FILES "E:/project/CppProject/IPBS_NSSM/SDK/Depend/portaudio/LICENSE.txt") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "E:/project/CppProject/IPBS_NSSM/cmake-build-debug/SDK/Depend/portaudio/portaudio-2.0.pc") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/portaudio/PortAudioTargets.cmake") file(DIFFERENT _cmake_export_file_changed FILES "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/portaudio/PortAudioTargets.cmake" "E:/project/CppProject/IPBS_NSSM/cmake-build-debug/SDK/Depend/portaudio/CMakeFiles/Export/90a8b282bce0779409342a760050f91f/PortAudioTargets.cmake") if(_cmake_export_file_changed) file(GLOB _cmake_old_config_files "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/portaudio/PortAudioTargets-*.cmake") if(_cmake_old_config_files) string(REPLACE ";" ", " _cmake_old_config_files_text "${_cmake_old_config_files}") message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/portaudio/PortAudioTargets.cmake\" will be replaced. Removing files [${_cmake_old_config_files_text}].") unset(_cmake_old_config_files_text) file(REMOVE ${_cmake_old_config_files}) endif() unset(_cmake_old_config_files) endif() unset(_cmake_export_file_changed) endif() file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/portaudio" TYPE FILE FILES "E:/project/CppProject/IPBS_NSSM/cmake-build-debug/SDK/Depend/portaudio/CMakeFiles/Export/90a8b282bce0779409342a760050f91f/PortAudioTargets.cmake") if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/portaudio" TYPE FILE FILES "E:/project/CppProject/IPBS_NSSM/cmake-build-debug/SDK/Depend/portaudio/CMakeFiles/Export/90a8b282bce0779409342a760050f91f/PortAudioTargets-debug.cmake") endif() endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/portaudio" TYPE FILE FILES "E:/project/CppProject/IPBS_NSSM/cmake-build-debug/SDK/Depend/portaudio/cmake/portaudio/PortAudioConfig.cmake" "E:/project/CppProject/IPBS_NSSM/cmake-build-debug/SDK/Depend/portaudio/cmake/portaudio/PortAudioConfigVersion.cmake" ) endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "E:/project/CppProject/IPBS_NSSM/cmake-build-debug/SDK/Depend/portaudio/libportaudio.a") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE FILE FILES "E:/project/CppProject/IPBS_NSSM/SDK/Depend/portaudio/include/portaudio.h" "E:/project/CppProject/IPBS_NSSM/SDK/Depend/portaudio/include/pa_win_waveformat.h" "E:/project/CppProject/IPBS_NSSM/SDK/Depend/portaudio/include/pa_win_ds.h" "E:/project/CppProject/IPBS_NSSM/SDK/Depend/portaudio/include/pa_win_wmme.h" "E:/project/CppProject/IPBS_NSSM/SDK/Depend/portaudio/include/pa_win_wasapi.h" "E:/project/CppProject/IPBS_NSSM/SDK/Depend/portaudio/include/pa_win_wdmks.h" ) endif()