# Install script for directory: /Users/philippeback/iosvm/cog-osx/build

# Set the install prefix
IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
  SET(CMAKE_INSTALL_PREFIX "/usr/local")
ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX)
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(BUILD_TYPE)
    SET(CMAKE_INSTALL_CONFIG_NAME "Release")
  ENDIF(BUILD_TYPE)
  MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)

# Set the component getting installed.
IF(NOT CMAKE_INSTALL_COMPONENT)
  IF(COMPONENT)
    MESSAGE(STATUS "Install component: \"${COMPONENT}\"")
    SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
  ELSE(COMPONENT)
    SET(CMAKE_INSTALL_COMPONENT)
  ENDIF(COMPONENT)
ENDIF(NOT CMAKE_INSTALL_COMPONENT)

IF(NOT CMAKE_INSTALL_LOCAL_ONLY)
  # Include the install script for each subdirectory.
  INCLUDE("/Users/philippeback/iosvm/cog-osx/build/ADPCMCodecPlugin/cmake_install.cmake")
  INCLUDE("/Users/philippeback/iosvm/cog-osx/build/BMPReadWriterPlugin/cmake_install.cmake")
  INCLUDE("/Users/philippeback/iosvm/cog-osx/build/B2DPlugin/cmake_install.cmake")
  INCLUDE("/Users/philippeback/iosvm/cog-osx/build/BitBltPlugin/cmake_install.cmake")
  INCLUDE("/Users/philippeback/iosvm/cog-osx/build/DSAPrims/cmake_install.cmake")
  INCLUDE("/Users/philippeback/iosvm/cog-osx/build/ZipPlugin/cmake_install.cmake")
  INCLUDE("/Users/philippeback/iosvm/cog-osx/build/FFTPlugin/cmake_install.cmake")
  INCLUDE("/Users/philippeback/iosvm/cog-osx/build/FilePlugin/cmake_install.cmake")
  INCLUDE("/Users/philippeback/iosvm/cog-osx/build/FloatArrayPlugin/cmake_install.cmake")
  INCLUDE("/Users/philippeback/iosvm/cog-osx/build/HostWindowPlugin/cmake_install.cmake")
  INCLUDE("/Users/philippeback/iosvm/cog-osx/build/JPEGReadWriter2Plugin/cmake_install.cmake")
  INCLUDE("/Users/philippeback/iosvm/cog-osx/build/JPEGReaderPlugin/cmake_install.cmake")
  INCLUDE("/Users/philippeback/iosvm/cog-osx/build/LargeIntegers/cmake_install.cmake")
  INCLUDE("/Users/philippeback/iosvm/cog-osx/build/Matrix2x3Plugin/cmake_install.cmake")
  INCLUDE("/Users/philippeback/iosvm/cog-osx/build/MiscPrimitivePlugin/cmake_install.cmake")
  INCLUDE("/Users/philippeback/iosvm/cog-osx/build/SecurityPlugin/cmake_install.cmake")
  INCLUDE("/Users/philippeback/iosvm/cog-osx/build/SoundCodecPrims/cmake_install.cmake")
  INCLUDE("/Users/philippeback/iosvm/cog-osx/build/SoundPlugin/cmake_install.cmake")
  INCLUDE("/Users/philippeback/iosvm/cog-osx/build/SurfacePlugin/cmake_install.cmake")
  INCLUDE("/Users/philippeback/iosvm/cog-osx/build/UUIDPlugin/cmake_install.cmake")
  INCLUDE("/Users/philippeback/iosvm/cog-osx/build/ObjectiveCPlugin/cmake_install.cmake")
  INCLUDE("/Users/philippeback/iosvm/cog-osx/build/IOSPlugin/cmake_install.cmake")

ENDIF(NOT CMAKE_INSTALL_LOCAL_ONLY)

IF(CMAKE_INSTALL_COMPONENT)
  SET(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
ELSE(CMAKE_INSTALL_COMPONENT)
  SET(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
ENDIF(CMAKE_INSTALL_COMPONENT)

FILE(WRITE "/Users/philippeback/iosvm/cog-osx/build/${CMAKE_INSTALL_MANIFEST}" "")
FOREACH(file ${CMAKE_INSTALL_MANIFEST_FILES})
  FILE(APPEND "/Users/philippeback/iosvm/cog-osx/build/${CMAKE_INSTALL_MANIFEST}" "${file}\n")
ENDFOREACH(file)
