FILES ${PROJECT_BINARY_DIR}/rest_vol_config.h
      DESTINATION ${REST_VOL_INSTALL_INCLUDE_DIR}
      COMPONENT headers
  )
endif (NOT REST_VOL_INSTALL_NO_DEVELOPMENT)
#-----------------------------------------------------------------------------
# Add Target(s) to CMake Install for import into other projects
#-----------------------------------------------------------------------------
install (
    EXPORT ${REST_VOL_EXPORTED_TARGETS}
    EXPORT ${REST_VOL_INSTALL_TARGET}
    DESTINATION ${REST_VOL_INSTALL_CMAKE_DIR}
    FILE ${REST_VOL_PACKAGE}${REST_VOL_PACKAGE_EXT}-targets.cmake
    COMPONENT configinstall
)
#-----------------------------------------------------------------------------
# Export all exported targets to the build tree for use by parent project
#-----------------------------------------------------------------------------
export (
    TARGETS ${REST_VOL_LIBRARIES_TO_EXPORT} ${REST_VOL_LIB_DEPENDENCIES}