2023-09-16 17:27:29 -04:00
# Install script for directory: /home/brett/Documents/code/c++/BLT_dev/BLT-Test/BLT-Graphics/libraries/glfw
2023-07-29 18:58:42 -04:00
# Set the install prefix
if ( NOT DEFINED CMAKE_INSTALL_PREFIX )
set ( CMAKE_INSTALL_PREFIX "/usr/local" )
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_]+" ""
C M A K E _ I N S T A L L _ C O N F I G _ N A M E " $ { B U I L D _ T Y P E } " )
else ( )
set ( CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo" )
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 ( )
# Install shared libraries without execute permission?
if ( NOT DEFINED CMAKE_INSTALL_SO_NO_EXE )
2023-09-16 17:27:29 -04:00
set ( CMAKE_INSTALL_SO_NO_EXE "1" )
2023-07-29 18:58:42 -04:00
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 "/usr/bin/objdump" )
endif ( )
if ( NOT CMAKE_INSTALL_LOCAL_ONLY )
# Include the install script for the subdirectory.
2023-09-16 17:27:29 -04:00
include ( "/home/brett/Documents/code/c++/BLT_dev/BLT-Test/cmake-build-relwithdebinfo/BLT-Graphics/libraries/glfw/src/cmake_install.cmake" )
2023-07-29 18:58:42 -04:00
endif ( )
if ( CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT )
2023-09-16 17:27:29 -04:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE DIRECTORY FILES "/home/brett/Documents/code/c++/BLT_dev/BLT-Test/BLT-Graphics/libraries/glfw/include/GLFW" FILES_MATCHING REGEX "/glfw3\\.h$" REGEX "/glfw3native\\.h$" )
2023-07-29 18:58:42 -04:00
endif ( )
if ( CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT )
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3" TYPE FILE FILES
2023-09-16 17:27:29 -04:00
" / h o m e / b r e t t / D o c u m e n t s / c o d e / c + + / B L T _ d e v / B L T - T e s t / c m a k e - b u i l d - r e l w i t h d e b i n f o / B L T - G r a p h i c s / l i b r a r i e s / g l f w / s r c / g l f w 3 C o n f i g . c m a k e "
" / h o m e / b r e t t / D o c u m e n t s / c o d e / c + + / B L T _ d e v / B L T - T e s t / c m a k e - b u i l d - r e l w i t h d e b i n f o / B L T - G r a p h i c s / l i b r a r i e s / g l f w / s r c / g l f w 3 C o n f i g V e r s i o n . c m a k e "
2023-07-29 18:58:42 -04:00
)
endif ( )
if ( CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT )
if ( EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3/glfw3Targets.cmake" )
file ( DIFFERENT _cmake_export_file_changed FILES
" $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / l i b / c m a k e / g l f w 3 / g l f w 3 T a r g e t s . c m a k e "
2023-09-16 17:27:29 -04:00
" / h o m e / b r e t t / D o c u m e n t s / c o d e / c + + / B L T _ d e v / B L T - T e s t / c m a k e - b u i l d - r e l w i t h d e b i n f o / B L T - G r a p h i c s / l i b r a r i e s / g l f w / C M a k e F i l e s / E x p o r t / f 3 6 7 b d 0 7 9 2 2 f 2 e c f c 1 4 c f 5 5 4 7 f 1 f 7 c 4 e / g l f w 3 T a r g e t s . c m a k e " )
2023-07-29 18:58:42 -04:00
if ( _cmake_export_file_changed )
file ( GLOB _cmake_old_config_files "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3/glfw3Targets-*.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/glfw3/glfw3Targets.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 ( )
2023-09-16 17:27:29 -04:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3" TYPE FILE FILES "/home/brett/Documents/code/c++/BLT_dev/BLT-Test/cmake-build-relwithdebinfo/BLT-Graphics/libraries/glfw/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets.cmake" )
2023-07-29 18:58:42 -04:00
if ( CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$" )
2023-09-16 17:27:29 -04:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3" TYPE FILE FILES "/home/brett/Documents/code/c++/BLT_dev/BLT-Test/cmake-build-relwithdebinfo/BLT-Graphics/libraries/glfw/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets-relwithdebinfo.cmake" )
2023-07-29 18:58:42 -04:00
endif ( )
endif ( )
if ( CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT )
2023-09-16 17:27:29 -04:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "/home/brett/Documents/code/c++/BLT_dev/BLT-Test/cmake-build-relwithdebinfo/BLT-Graphics/libraries/glfw/src/glfw3.pc" )
2023-07-29 18:58:42 -04:00
endif ( )