2019-06-27 01:20:06 +00:00
# Install script for directory: C:/Users/MassiveAtoms/Documents/C++/Parkmanne/thirdparty/SQLiteCpp
# Set the install prefix
if ( NOT DEFINED CMAKE_INSTALL_PREFIX )
set ( CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/park" )
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 "" )
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 ( )
if ( "x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xlibrariesx" OR NOT CMAKE_INSTALL_COMPONENT )
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/Users/MassiveAtoms/Documents/C++/Parkmanne/thirdparty/SQLiteCpp/libSQLiteCpp.a" )
endif ( )
if ( "x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xheadersx" OR NOT CMAKE_INSTALL_COMPONENT )
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE DIRECTORY FILES "C:/Users/MassiveAtoms/Documents/C++/Parkmanne/thirdparty/SQLiteCpp/include/" FILES_MATCHING REGEX ".*\\.(hpp|h)$" )
endif ( )
if ( "x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT )
if ( EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/SQLiteCpp/SQLiteCppConfig.cmake" )
file ( DIFFERENT 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 / S Q L i t e C p p / S Q L i t e C p p C o n f i g . c m a k e "
" C : / U s e r s / M a s s i v e A t o m s / D o c u m e n t s / C + + / P a r k m a n n e / t h i r d p a r t y / S Q L i t e C p p / C M a k e F i l e s / E x p o r t / l i b / c m a k e / S Q L i t e C p p / S Q L i t e C p p C o n f i g . c m a k e " )
if ( EXPORT_FILE_CHANGED )
file ( GLOB OLD_CONFIG_FILES "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/SQLiteCpp/SQLiteCppConfig-*.cmake" )
if ( OLD_CONFIG_FILES )
message ( STATUS "Old export file \" $ENV{ DESTDIR } ${ CMAKE_INSTALL_PREFIX } /lib/cmake/SQLiteCpp/SQLiteCppConfig.cmake\ " will be replaced. Removing files [${OLD_CONFIG_FILES}]." )
file ( REMOVE ${ OLD_CONFIG_FILES } )
endif ( )
endif ( )
endif ( )
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/SQLiteCpp" TYPE FILE FILES "C:/Users/MassiveAtoms/Documents/C++/Parkmanne/thirdparty/SQLiteCpp/CMakeFiles/Export/lib/cmake/SQLiteCpp/SQLiteCppConfig.cmake" )
if ( "${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^()$" )
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/SQLiteCpp" TYPE FILE FILES "C:/Users/MassiveAtoms/Documents/C++/Parkmanne/thirdparty/SQLiteCpp/CMakeFiles/Export/lib/cmake/SQLiteCpp/SQLiteCppConfig-noconfig.cmake" )
endif ( )
endif ( )
if ( NOT CMAKE_INSTALL_LOCAL_ONLY )
# Include the install script for each subdirectory.
include ( "C:/Users/MassiveAtoms/Documents/C++/Parkmanne/thirdparty/SQLiteCpp/sqlite3/cmake_install.cmake" )
endif ( )